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

Side by Side Diff: Source/bindings/tests/results/V8TestEventTarget.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 16 matching lines...) Expand all
27 #include "bindings/v8/ExceptionState.h" 27 #include "bindings/v8/ExceptionState.h"
28 #include "bindings/v8/ScriptController.h" 28 #include "bindings/v8/ScriptController.h"
29 #include "bindings/v8/V8Binding.h" 29 #include "bindings/v8/V8Binding.h"
30 #include "bindings/v8/V8DOMConfiguration.h" 30 #include "bindings/v8/V8DOMConfiguration.h"
31 #include "bindings/v8/V8DOMWrapper.h" 31 #include "bindings/v8/V8DOMWrapper.h"
32 #include "core/dom/ContextFeatures.h" 32 #include "core/dom/ContextFeatures.h"
33 #include "core/dom/Document.h" 33 #include "core/dom/Document.h"
34 #include "core/dom/ExceptionCode.h" 34 #include "core/dom/ExceptionCode.h"
35 #include "core/page/Frame.h" 35 #include "core/page/Frame.h"
36 #include "core/platform/chromium/TraceEvent.h" 36 #include "core/platform/chromium/TraceEvent.h"
37 #include "wtf/GetPtr.h"
38 #include "wtf/RefPtr.h"
37 #include "wtf/UnusedParam.h" 39 #include "wtf/UnusedParam.h"
38 40
39 namespace WebCore { 41 namespace WebCore {
40 42
41 static void initializeScriptWrappableForInterface(TestEventTarget* object) 43 static void initializeScriptWrappableForInterface(TestEventTarget* object)
42 { 44 {
43 if (ScriptWrappable::wrapperCanBeStoredInObject(object)) 45 if (ScriptWrappable::wrapperCanBeStoredInObject(object))
44 ScriptWrappable::setTypeInfoInObject(object, &V8TestEventTarget::info); 46 ScriptWrappable::setTypeInfoInObject(object, &V8TestEventTarget::info);
45 else 47 else
46 ASSERT_NOT_REACHED(); 48 ASSERT_NOT_REACHED();
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 installPerContextProperties(wrapper, impl.get(), isolate); 342 installPerContextProperties(wrapper, impl.get(), isolate);
341 V8DOMWrapper::associateObjectWithWrapper<V8TestEventTarget>(impl, &info, wra pper, isolate, WrapperConfiguration::Independent); 343 V8DOMWrapper::associateObjectWithWrapper<V8TestEventTarget>(impl, &info, wra pper, isolate, WrapperConfiguration::Independent);
342 return wrapper; 344 return wrapper;
343 } 345 }
344 void V8TestEventTarget::derefObject(void* object) 346 void V8TestEventTarget::derefObject(void* object)
345 { 347 {
346 fromInternalPointer(object)->deref(); 348 fromInternalPointer(object)->deref();
347 } 349 }
348 350
349 } // namespace WebCore 351 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestCallback.cpp ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698