| Index: Source/bindings/core/v8/V8ObjectConstructor.h
|
| diff --git a/Source/bindings/core/v8/V8ObjectConstructor.h b/Source/bindings/core/v8/V8ObjectConstructor.h
|
| index 5b80c8b39f607423bddd4086bbdcc85bbd96b0aa..5cd16c46b81e10fef5eded262775703d1bc3d046 100644
|
| --- a/Source/bindings/core/v8/V8ObjectConstructor.h
|
| +++ b/Source/bindings/core/v8/V8ObjectConstructor.h
|
| @@ -36,7 +36,7 @@
|
|
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Document;
|
|
|
| @@ -82,6 +82,6 @@ public:
|
| static void isValidConstructorMode(const v8::FunctionCallbackInfo<v8::Value>&);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8ObjectConstructor_h
|
|
|