X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbindings%2Ftests%2Fresults%2FV8TestException.cpp;h=eff196defda443cc74f9a8656934404c26ecb421;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=aabe699a58e53267cfdc298d9fb638ebc2278a16;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/bindings/tests/results/V8TestException.cpp b/src/third_party/WebKit/Source/bindings/tests/results/V8TestException.cpp index aabe699..eff196d 100644 --- a/src/third_party/WebKit/Source/bindings/tests/results/V8TestException.cpp +++ b/src/third_party/WebKit/Source/bindings/tests/results/V8TestException.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::TestException* object } namespace WebCore { -const WrapperTypeInfo V8TestException::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestException::domTemplate, V8TestException::derefObject, 0, 0, 0, V8TestException::installPerContextEnabledMethods, 0, WrapperTypeExceptionPrototype }; +const WrapperTypeInfo V8TestException::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestException::domTemplate, V8TestException::derefObject, 0, 0, 0, V8TestException::installPerContextEnabledMethods, 0, WrapperTypeExceptionPrototype, false }; namespace TestExceptionV8Internal {