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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp

Issue 1531443003: [bindings] Implement an ExperimentEnabled IDL extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Install interfaces/attributes/methods unconditionally. Use the generated ExperimentalFeature functi… Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
6 6
7 #include "V8TestInterface5.h" 7 #include "V8TestInterface5.h"
8 8
9 #if ENABLE(CONDITION) 9 #if ENABLE(CONDITION)
10 #include "bindings/core/v8/ExceptionState.h" 10 #include "bindings/core/v8/ExceptionState.h"
11 #include "bindings/core/v8/ScriptState.h" 11 #include "bindings/core/v8/ScriptState.h"
12 #include "bindings/core/v8/ScriptValue.h" 12 #include "bindings/core/v8/ScriptValue.h"
13 #include "bindings/core/v8/V8DOMConfiguration.h" 13 #include "bindings/core/v8/V8DOMConfiguration.h"
14 #include "bindings/core/v8/V8Iterator.h" 14 #include "bindings/core/v8/V8Iterator.h"
15 #include "bindings/core/v8/V8ObjectConstructor.h" 15 #include "bindings/core/v8/V8ObjectConstructor.h"
16 #include "bindings/core/v8/V8TestInterfaceEmpty.h" 16 #include "bindings/core/v8/V8TestInterfaceEmpty.h"
17 #include "bindings/modules/v8/UnionTypesModules.h" 17 #include "bindings/modules/v8/UnionTypesModules.h"
18 #include "bindings/modules/v8/V8TestInterface5.h" 18 #include "bindings/modules/v8/V8TestInterface5.h"
19 #include "core/dom/ContextFeatures.h" 19 #include "core/dom/ContextFeatures.h"
20 #include "core/dom/Document.h" 20 #include "core/dom/Document.h"
21 #include "core/experiments/ExperimentalFeatures.h"
22 #include "core/inspector/ConsoleMessage.h"
21 #include "platform/RuntimeEnabledFeatures.h" 23 #include "platform/RuntimeEnabledFeatures.h"
22 #include "platform/TraceEvent.h" 24 #include "platform/TraceEvent.h"
23 #include "wtf/GetPtr.h" 25 #include "wtf/GetPtr.h"
24 #include "wtf/RefPtr.h" 26 #include "wtf/RefPtr.h"
25 27
26 namespace blink { 28 namespace blink {
27 29
28 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv ial 30 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv ial
29 // and does not depend on another global objects. 31 // and does not depend on another global objects.
30 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG) 32 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG)
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 scriptWrappable->toImpl<TestInterface5Implementation>()->ref(); 1054 scriptWrappable->toImpl<TestInterface5Implementation>()->ref();
1053 } 1055 }
1054 1056
1055 void V8TestInterface5::derefObject(ScriptWrappable* scriptWrappable) 1057 void V8TestInterface5::derefObject(ScriptWrappable* scriptWrappable)
1056 { 1058 {
1057 scriptWrappable->toImpl<TestInterface5Implementation>()->deref(); 1059 scriptWrappable->toImpl<TestInterface5Implementation>()->deref();
1058 } 1060 }
1059 1061
1060 } // namespace blink 1062 } // namespace blink
1061 #endif // ENABLE(CONDITION) 1063 #endif // ENABLE(CONDITION)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698