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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp

Issue 1862033002: Make OffscreenCanvas Transferable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, compiles but crashes some layout tests Created 4 years, 8 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 "V8TestObject.h" 7 #include "V8TestObject.h"
8 8
9 #include "bindings/core/v8/BindingSecurity.h" 9 #include "bindings/core/v8/BindingSecurity.h"
10 #include "bindings/core/v8/Dictionary.h" 10 #include "bindings/core/v8/Dictionary.h"
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 #include "core/frame/ImageBitmap.h" 63 #include "core/frame/ImageBitmap.h"
64 #include "core/frame/LocalFrame.h" 64 #include "core/frame/LocalFrame.h"
65 #include "core/frame/UseCounter.h" 65 #include "core/frame/UseCounter.h"
66 #include "core/html/HTMLCollection.h" 66 #include "core/html/HTMLCollection.h"
67 #include "core/html/HTMLDataListOptionsCollection.h" 67 #include "core/html/HTMLDataListOptionsCollection.h"
68 #include "core/html/HTMLFormControlsCollection.h" 68 #include "core/html/HTMLFormControlsCollection.h"
69 #include "core/html/HTMLTableRowsCollection.h" 69 #include "core/html/HTMLTableRowsCollection.h"
70 #include "core/inspector/ConsoleMessage.h" 70 #include "core/inspector/ConsoleMessage.h"
71 #include "core/inspector/ScriptArguments.h" 71 #include "core/inspector/ScriptArguments.h"
72 #include "core/origin_trials/OriginTrials.h" 72 #include "core/origin_trials/OriginTrials.h"
73 #include "modules/offscreencanvas/OffscreenCanvas.h"
73 #include "platform/RuntimeEnabledFeatures.h" 74 #include "platform/RuntimeEnabledFeatures.h"
74 #include "platform/ScriptForbiddenScope.h" 75 #include "platform/ScriptForbiddenScope.h"
75 #include "wtf/GetPtr.h" 76 #include "wtf/GetPtr.h"
76 #include "wtf/RefPtr.h" 77 #include "wtf/RefPtr.h"
77 78
78 namespace blink { 79 namespace blink {
79 80
80 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv ial 81 // Suppress warning: global constructors, because struct WrapperTypeInfo is triv ial
81 // and does not depend on another global objects. 82 // and does not depend on another global objects.
82 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG) 83 #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG)
(...skipping 12481 matching lines...) Expand 10 before | Expand all | Expand 10 after
12564 ScriptState::Scope scope(scriptState); 12565 ScriptState::Scope scope(scriptState);
12565 v8::Local<v8::Value> holder = toV8(holderImpl, scriptState->context()->Globa l(), scriptState->isolate()); 12566 v8::Local<v8::Value> holder = toV8(holderImpl, scriptState->context()->Globa l(), scriptState->isolate());
12566 if (holder.IsEmpty()) 12567 if (holder.IsEmpty())
12567 return false; 12568 return false;
12568 12569
12569 ExceptionState exceptionState(ExceptionState::SetterContext, "enumForPrivate Script", "TestObject", scriptState->context()->Global(), scriptState->isolate()) ; 12570 ExceptionState exceptionState(ExceptionState::SetterContext, "enumForPrivate Script", "TestObject", scriptState->context()->Global(), scriptState->isolate()) ;
12570 return PrivateScriptRunner::runDOMAttributeSetter(scriptState, scriptStateIn UserScript, "TestObject", "enumForPrivateScript", holder, v8String(scriptState-> isolate(), cppValue)); 12571 return PrivateScriptRunner::runDOMAttributeSetter(scriptState, scriptStateIn UserScript, "TestObject", "enumForPrivateScript", holder, v8String(scriptState-> isolate(), cppValue));
12571 } 12572 }
12572 12573
12573 } // namespace blink 12574 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698