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

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

Issue 26547005: IDL compiler: [PerContextEnabled] for getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caps 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/V8TestInterface.cpp
diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp
index d249b0801a4669624a9e21bc7cc82c43e044c258..6476076dc4171f9a678b5a3643012c603cb9ec1b 100644
--- a/Source/bindings/tests/results/V8TestInterface.cpp
+++ b/Source/bindings/tests/results/V8TestInterface.cpp
@@ -1097,7 +1097,7 @@ void V8TestInterface::installPerContextProperties(v8::Handle<v8::Object> instanc
#if ENABLE(Condition22) || ENABLE(Condition23)
if (ContextFeatures::condition24Enabled(impl->document())) {
- static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
+ static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
{"Node24", TestInterfaceV8Internal::Node24AttributeGetterCallback, TestInterfaceV8Internal::Node24AttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */};
V8DOMConfiguration::installAttribute(instance, proto, attributeConfiguration, isolate);
}
@@ -1105,7 +1105,7 @@ void V8TestInterface::installPerContextProperties(v8::Handle<v8::Object> instanc
#if ENABLE(Condition22) || ENABLE(Condition23)
if (ContextFeatures::condition26Enabled(impl->document()) && RuntimeEnabledFeatures::condition25Enabled()) {
- static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
+ static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
{"Node25", TestInterfaceV8Internal::Node25AttributeGetterCallback, TestInterfaceV8Internal::Node25AttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */};
V8DOMConfiguration::installAttribute(instance, proto, attributeConfiguration, isolate);
}
@@ -1113,7 +1113,7 @@ void V8TestInterface::installPerContextProperties(v8::Handle<v8::Object> instanc
#if ENABLE(Condition11) || ENABLE(Condition12)
if (ContextFeatures::condition14Enabled(impl->document())) {
- static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
+ static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
{"Node14", TestInterfaceV8Internal::Node14AttributeGetterCallback, TestInterfaceV8Internal::Node14AttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */};
V8DOMConfiguration::installAttribute(instance, proto, attributeConfiguration, isolate);
}
@@ -1121,7 +1121,7 @@ void V8TestInterface::installPerContextProperties(v8::Handle<v8::Object> instanc
#if ENABLE(Condition11) || ENABLE(Condition12)
if (ContextFeatures::condition16Enabled(impl->document()) && RuntimeEnabledFeatures::condition15Enabled()) {
- static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
+ static const V8DOMConfiguration::AttributeConfiguration attributeConfiguration =\
{"Node15", TestInterfaceV8Internal::Node15AttributeGetterCallback, TestInterfaceV8Internal::Node15AttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */};
V8DOMConfiguration::installAttribute(instance, proto, attributeConfiguration, isolate);
}

Powered by Google App Engine
This is Rietveld 408576698