Chromium Code Reviews| Index: Source/bindings/v8/CustomElementHelpers.h |
| diff --git a/Source/bindings/v8/CustomElementHelpers.h b/Source/bindings/v8/CustomElementHelpers.h |
| index 93020af35a991f2367f154ffe67dfc9a2dc0a1ba..33c62d91f12b0ede717ff23f296ef7082f935ce7 100644 |
| --- a/Source/bindings/v8/CustomElementHelpers.h |
| +++ b/Source/bindings/v8/CustomElementHelpers.h |
| @@ -37,6 +37,7 @@ |
| #include "core/dom/CustomElementRegistry.h" |
| #include "core/dom/Element.h" |
| #include <wtf/Forward.h> |
| +#include <wtf/HashSet.h> |
|
dglazkov
2013/05/03 16:09:39
Might as well change all these to "wtf/Foo.h"
|
| #include <wtf/PassRefPtr.h> |
| namespace WebCore { |
| @@ -60,6 +61,7 @@ public: |
| static WrapperTypeInfo* findWrapperType(v8::Handle<v8::Value> chain); |
| static const QualifiedName* findLocalName(v8::Handle<v8::Object> chain); |
| + static void upgradeWrappers(ScriptExecutionContext*, const HashSet<Element*>&, const ScriptValue& prototype); |
| static void invokeReadyCallbacksIfNeeded(ScriptExecutionContext*, const Vector<CustomElementInvocation>&); |
| typedef v8::Handle<v8::Object> (*CreateSVGWrapperFunction)(SVGElement*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |