| Index: Source/bindings/v8/CustomElementConstructorBuilder.h
|
| diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.h b/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| index 828604ef8e441010a7dffa52bc744b42aa95b11e..a0e59bd19277d27ff38fc215b74e8e8b284ca6a9 100644
|
| --- a/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| +++ b/Source/bindings/v8/CustomElementConstructorBuilder.h
|
| @@ -34,7 +34,6 @@
|
| #include "bindings/v8/ScriptValue.h"
|
| #include "core/dom/CustomElementLifecycleCallbacks.h"
|
| #include "core/dom/QualifiedName.h"
|
| -#include "wtf/HashSet.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/text/AtomicString.h"
|
| @@ -69,7 +68,7 @@ public:
|
| bool findTagName(const AtomicString& customElementType, QualifiedName& tagName) const;
|
| PassRefPtr<CustomElementLifecycleCallbacks> createCallbacks(Document*);
|
| bool createConstructor(Document*, CustomElementDefinition*);
|
| - bool didRegisterDefinition(CustomElementDefinition*, const HashSet<Element*>& upgradeCandidates) const;
|
| + bool didRegisterDefinition(CustomElementDefinition*) const;
|
|
|
| // This method collects a return value for the bindings. It is
|
| // safe to call this method even if the builder failed; it will
|
|
|