Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: Source/bindings/tests/results/V8TestConstants.cpp

Issue 26547005: IDL compiler: [PerContextEnabled] for getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/results/V8TestConstants.cpp
diff --git a/Source/bindings/tests/results/V8TestConstants.cpp b/Source/bindings/tests/results/V8TestConstants.cpp
index c431968aa9a8ecbf2fb5a38e715071e95cf4b470..a5921cca9482e5902fc3d591c23af8e6a9f51632 100644
--- a/Source/bindings/tests/results/V8TestConstants.cpp
+++ b/Source/bindings/tests/results/V8TestConstants.cpp
@@ -53,7 +53,7 @@ void webCoreInitializeScriptWrappableForInterface(WebCore::TestConstants* object
}
namespace WebCore {
-WrapperTypeInfo V8TestConstants::info = { V8TestConstants::GetTemplate, V8TestConstants::derefObject, 0, 0, 0, V8TestConstants::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
+WrapperTypeInfo V8TestConstants::info = { V8TestConstants::GetTemplate, V8TestConstants::derefObject, 0, 0, 0, V8TestConstants::installPerContextEnabledPrototypeProperties, 0, WrapperTypeObjectPrototype };
namespace TestConstantsV8Internal {
@@ -164,7 +164,7 @@ v8::Handle<v8::Object> V8TestConstants::createWrapper(PassRefPtr<TestConstants>
if (UNLIKELY(wrapper.IsEmpty()))
return wrapper;
- installPerContextProperties(wrapper, impl.get(), isolate);
+ installPerContextEnabledProperties(wrapper, impl.get(), isolate);
V8DOMWrapper::associateObjectWithWrapper<V8TestConstants>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent);
return wrapper;
}
« no previous file with comments | « Source/bindings/tests/results/V8TestConstants.h ('k') | Source/bindings/tests/results/V8TestCustomAccessors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698