| Index: Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| index 7cd27e05d52e1b2af65225ac47e1fa2720821d6b..b44e60bbb79dbabfe9d89752a9e9a811f368f773 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp
|
| @@ -18,7 +18,7 @@
|
| #include "wtf/GetPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static void initializeScriptWrappableForInterface(TestSpecialOperationsNotEnumerable* object)
|
| {
|
| @@ -28,14 +28,14 @@ static void initializeScriptWrappableForInterface(TestSpecialOperationsNotEnumer
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| -void webCoreInitializeScriptWrappableForInterface(WebCore::TestSpecialOperationsNotEnumerable* object)
|
| +void webCoreInitializeScriptWrappableForInterface(blink::TestSpecialOperationsNotEnumerable* object)
|
| {
|
| - WebCore::initializeScriptWrappableForInterface(object);
|
| + blink::initializeScriptWrappableForInterface(object);
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| const WrapperTypeInfo V8TestSpecialOperationsNotEnumerable::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestSpecialOperationsNotEnumerable::domTemplate, V8TestSpecialOperationsNotEnumerable::derefObject, 0, 0, 0, V8TestSpecialOperationsNotEnumerable::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
|
|
|
| namespace TestSpecialOperationsNotEnumerableV8Internal {
|
| @@ -159,4 +159,4 @@ v8::Handle<v8::Value> toV8NoInline(TestSpecialOperationsNotEnumerable* impl, v8:
|
| return toV8(impl, creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|