| Index: Source/bindings/core/v8/V8DOMConfiguration.h
|
| diff --git a/Source/bindings/core/v8/V8DOMConfiguration.h b/Source/bindings/core/v8/V8DOMConfiguration.h
|
| index 8fd21af436c6458e99ebf453adf29f68c49c7ed7..62fa6751fc356dec0dc58550429eacb1224ac4f5 100644
|
| --- a/Source/bindings/core/v8/V8DOMConfiguration.h
|
| +++ b/Source/bindings/core/v8/V8DOMConfiguration.h
|
| @@ -33,7 +33,7 @@
|
| #include "bindings/core/v8/V8DOMWrapper.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class V8DOMConfiguration {
|
| public:
|
| @@ -147,6 +147,6 @@ public:
|
| static v8::Handle<v8::FunctionTemplate> domClassTemplate(v8::Isolate*, WrapperTypeInfo*, void (*)(v8::Handle<v8::FunctionTemplate>, v8::Isolate*));
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8DOMConfiguration_h
|
|
|