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

Side by Side Diff: Source/bindings/tests/results/V8TestInterfaceImplementedAs.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 14 matching lines...) Expand all
25 #include "bindings/v8/ExceptionState.h" 25 #include "bindings/v8/ExceptionState.h"
26 #include "bindings/v8/ScriptController.h" 26 #include "bindings/v8/ScriptController.h"
27 #include "bindings/v8/V8Binding.h" 27 #include "bindings/v8/V8Binding.h"
28 #include "bindings/v8/V8DOMConfiguration.h" 28 #include "bindings/v8/V8DOMConfiguration.h"
29 #include "bindings/v8/V8DOMWrapper.h" 29 #include "bindings/v8/V8DOMWrapper.h"
30 #include "core/dom/ContextFeatures.h" 30 #include "core/dom/ContextFeatures.h"
31 #include "core/dom/Document.h" 31 #include "core/dom/Document.h"
32 #include "core/page/Frame.h" 32 #include "core/page/Frame.h"
33 #include "core/platform/chromium/TraceEvent.h" 33 #include "core/platform/chromium/TraceEvent.h"
34 #include "wtf/GetPtr.h" 34 #include "wtf/GetPtr.h"
35 #include "wtf/RefCounted.h"
36 #include "wtf/RefPtr.h" 35 #include "wtf/RefPtr.h"
37 #include "wtf/UnusedParam.h" 36 #include "wtf/UnusedParam.h"
38 37
39 namespace WebCore { 38 namespace WebCore {
40 39
41 static void initializeScriptWrappableForInterface(RealClass* object) 40 static void initializeScriptWrappableForInterface(RealClass* object)
42 { 41 {
43 if (ScriptWrappable::wrapperCanBeStoredInObject(object)) 42 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
44 ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceImplemented As::info); 43 ScriptWrappable::setTypeInfoInObject(object, &V8TestInterfaceImplemented As::info);
45 else 44 else
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 installPerContextProperties(wrapper, impl.get(), isolate); 236 installPerContextProperties(wrapper, impl.get(), isolate);
238 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceImplementedAs>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent); 237 V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceImplementedAs>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent);
239 return wrapper; 238 return wrapper;
240 } 239 }
241 void V8TestInterfaceImplementedAs::derefObject(void* object) 240 void V8TestInterfaceImplementedAs::derefObject(void* object)
242 { 241 {
243 fromInternalPointer(object)->deref(); 242 fromInternalPointer(object)->deref();
244 } 243 }
245 244
246 } // namespace WebCore 245 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestInterface.cpp ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698