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

Side by Side Diff: Source/bindings/tests/results/V8TestInterface.cpp

Issue 18360008: Remove support for [EventTarget] IDL extended attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 This file is part of the Blink open source project. 2 This file is part of the Blink open source project.
3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY!
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public 6 modify it under the terms of the GNU Library General Public
7 License as published by the Free Software Foundation; either 7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version. 8 version 2 of the License, or (at your option) any later version.
9 9
10 This library is distributed in the hope that it will be useful, 10 This library is distributed in the hope that it will be useful,
(...skipping 20 matching lines...) Expand all
31 #include "bindings/v8/ScriptController.h" 31 #include "bindings/v8/ScriptController.h"
32 #include "bindings/v8/V8Binding.h" 32 #include "bindings/v8/V8Binding.h"
33 #include "bindings/v8/V8DOMConfiguration.h" 33 #include "bindings/v8/V8DOMConfiguration.h"
34 #include "bindings/v8/V8DOMWrapper.h" 34 #include "bindings/v8/V8DOMWrapper.h"
35 #include "bindings/v8/V8ObjectConstructor.h" 35 #include "bindings/v8/V8ObjectConstructor.h"
36 #include "core/dom/ContextFeatures.h" 36 #include "core/dom/ContextFeatures.h"
37 #include "core/dom/Document.h" 37 #include "core/dom/Document.h"
38 #include "core/page/Frame.h" 38 #include "core/page/Frame.h"
39 #include "core/platform/chromium/TraceEvent.h" 39 #include "core/platform/chromium/TraceEvent.h"
40 #include "wtf/GetPtr.h" 40 #include "wtf/GetPtr.h"
41 #include "wtf/RefCounted.h"
42 #include "wtf/RefPtr.h" 41 #include "wtf/RefPtr.h"
43 #include "wtf/UnusedParam.h" 42 #include "wtf/UnusedParam.h"
44 43
45 namespace WebCore { 44 namespace WebCore {
46 45
47 static void initializeScriptWrappableForInterface(TestInterface* object) 46 static void initializeScriptWrappableForInterface(TestInterface* object)
48 { 47 {
49 if (ScriptWrappable::wrapperCanBeStoredInObject(object)) 48 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
50 ScriptWrappable::setTypeInfoInObject(object, &V8TestInterface::info); 49 ScriptWrappable::setTypeInfoInObject(object, &V8TestInterface::info);
51 else 50 else
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 return wrapper; 1284 return wrapper;
1286 } 1285 }
1287 void V8TestInterface::derefObject(void* object) 1286 void V8TestInterface::derefObject(void* object)
1288 { 1287 {
1289 fromInternalPointer(object)->deref(); 1288 fromInternalPointer(object)->deref();
1290 } 1289 }
1291 1290
1292 } // namespace WebCore 1291 } // namespace WebCore
1293 1292
1294 #endif // ENABLE(Condition1) || ENABLE(Condition2) 1293 #endif // ENABLE(Condition1) || ENABLE(Condition2)
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestEventTarget.cpp ('k') | Source/bindings/tests/results/V8TestInterfaceImplementedAs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698