Index: Source/bindings/core/v8/V8DOMConfiguration.cpp |
diff --git a/Source/bindings/core/v8/V8DOMConfiguration.cpp b/Source/bindings/core/v8/V8DOMConfiguration.cpp |
index f9d250636fb24588708bacdcb865f396be46e8ea..33d4e8aca01b103e71b30c02bf1a5d370a7970e0 100644 |
--- a/Source/bindings/core/v8/V8DOMConfiguration.cpp |
+++ b/Source/bindings/core/v8/V8DOMConfiguration.cpp |
@@ -32,7 +32,7 @@ |
#include "bindings/core/v8/V8ObjectConstructor.h" |
#include "platform/TraceEvent.h" |
-namespace WebCore { |
+namespace blink { |
void V8DOMConfiguration::installAttributes(v8::Handle<v8::ObjectTemplate> instanceTemplate, v8::Handle<v8::ObjectTemplate> prototype, const AttributeConfiguration* attributes, size_t attributeCount, v8::Isolate* isolate) |
{ |
@@ -153,4 +153,4 @@ v8::Handle<v8::FunctionTemplate> V8DOMConfiguration::domClassTemplate(v8::Isolat |
return result; |
} |
-} // namespace WebCore |
+} // namespace blink |