Index: Source/bindings/core/v8/CustomElementWrapper.h |
diff --git a/Source/bindings/core/v8/CustomElementWrapper.h b/Source/bindings/core/v8/CustomElementWrapper.h |
index bf3ba6e8dce411cb25f7a9be6ea43e1f65465ad2..fa108451a95607b0980dc4ccbd788c52b9478aa7 100644 |
--- a/Source/bindings/core/v8/CustomElementWrapper.h |
+++ b/Source/bindings/core/v8/CustomElementWrapper.h |
@@ -35,7 +35,7 @@ |
#include "wtf/PassRefPtr.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class HTMLElement; |
class SVGElement; |
@@ -51,6 +51,6 @@ private: |
static v8::Handle<v8::Object> wrap(PassRefPtrWillBeRawPtr<ElementType>, v8::Handle<v8::Object> creationContext, v8::Isolate*, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*)); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // CustomElementWrapper_h |