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

Side by Side Diff: Source/bindings/tests/results/V8TestObject.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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 #include "core/dom/CustomElementCallbackDispatcher.h" 54 #include "core/dom/CustomElementCallbackDispatcher.h"
55 #include "core/dom/Document.h" 55 #include "core/dom/Document.h"
56 #include "core/page/DOMWindow.h" 56 #include "core/page/DOMWindow.h"
57 #include "core/page/Frame.h" 57 #include "core/page/Frame.h"
58 #include "core/page/PageConsole.h" 58 #include "core/page/PageConsole.h"
59 #include "core/page/UseCounter.h" 59 #include "core/page/UseCounter.h"
60 #include "core/platform/chromium/TraceEvent.h" 60 #include "core/platform/chromium/TraceEvent.h"
61 #include "core/svg/properties/SVGPropertyTearOff.h" 61 #include "core/svg/properties/SVGPropertyTearOff.h"
62 #include "core/svg/properties/SVGStaticPropertyTearOff.h" 62 #include "core/svg/properties/SVGStaticPropertyTearOff.h"
63 #include "wtf/GetPtr.h" 63 #include "wtf/GetPtr.h"
64 #include "wtf/RefCounted.h"
65 #include "wtf/RefPtr.h" 64 #include "wtf/RefPtr.h"
66 #include "wtf/UnusedParam.h" 65 #include "wtf/UnusedParam.h"
67 #include "wtf/Vector.h" 66 #include "wtf/Vector.h"
68 67
69 namespace WebCore { 68 namespace WebCore {
70 69
71 static void initializeScriptWrappableForInterface(TestObj* object) 70 static void initializeScriptWrappableForInterface(TestObj* object)
72 { 71 {
73 if (ScriptWrappable::wrapperCanBeStoredInObject(object)) 72 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
74 ScriptWrappable::setTypeInfoInObject(object, &V8TestObject::info); 73 ScriptWrappable::setTypeInfoInObject(object, &V8TestObject::info);
(...skipping 5650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5725 installPerContextProperties(wrapper, impl.get(), isolate); 5724 installPerContextProperties(wrapper, impl.get(), isolate);
5726 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent); 5725 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent);
5727 return wrapper; 5726 return wrapper;
5728 } 5727 }
5729 void V8TestObject::derefObject(void* object) 5728 void V8TestObject::derefObject(void* object)
5730 { 5729 {
5731 fromInternalPointer(object)->deref(); 5730 fromInternalPointer(object)->deref();
5732 } 5731 }
5733 5732
5734 } // namespace WebCore 5733 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestInterfaceImplementedAs.cpp ('k') | Source/core/dom/EventTarget.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698