X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbindings%2Ftests%2Fresults%2FV8TestInterfaceEmpty.cpp;h=cc1d254ffb35881247d60ba4da24fa0443df261f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=2f144f766c68d968414634ab51a28b7f7a39e60b;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp b/src/third_party/WebKit/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp index 2f144f7..cc1d254 100644 --- a/src/third_party/WebKit/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp +++ b/src/third_party/WebKit/Source/bindings/tests/results/V8TestInterfaceEmpty.cpp @@ -40,6 +40,8 @@ #include "core/dom/ContextFeatures.h" #include "core/dom/Document.h" #include "platform/TraceEvent.h" +#include "wtf/GetPtr.h" +#include "wtf/RefPtr.h" namespace WebCore { @@ -63,7 +65,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestInterfaceEmpty* o } namespace WebCore { -const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEmpty::domTemplate, V8TestInterfaceEmpty::derefObject, 0, 0, 0, V8TestInterfaceEmpty::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype }; +const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceEmpty::domTemplate, V8TestInterfaceEmpty::derefObject, 0, 0, 0, V8TestInterfaceEmpty::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, false }; namespace TestInterfaceEmptyV8Internal {