Index: Source/bindings/v8/CustomElementHelpers.h |
diff --git a/Source/bindings/v8/CustomElementHelpers.h b/Source/bindings/v8/CustomElementHelpers.h |
index 876673d0a0bfea639fef7f085a6a3e65de46ba0b..762dd306d25dc89457d58f9d448da65240005c61 100644 |
--- a/Source/bindings/v8/CustomElementHelpers.h |
+++ b/Source/bindings/v8/CustomElementHelpers.h |
@@ -89,8 +89,6 @@ public: |
// proper prototype instances accordingly. |
static v8::Handle<v8::Object> wrap(Element*, v8::Handle<v8::Object> creationContext, v8::Isolate*, const CreateWrapperFunction& createTypeExtensionUpgradeCandidateWrapper); |
- static bool isCustomElement(Element*); |
- |
private: |
static void invokeReadyCallbackIfNeeded(Element*, v8::Handle<v8::Context>); |
static v8::Handle<v8::Object> createWrapper(PassRefPtr<Element>, v8::Handle<v8::Object>, v8::Isolate*, const CreateWrapperFunction& createTypeExtensionUpgradeCandidateWrapper); |