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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/CompositorWorker.idl

Issue 2250063002: binding: Adds a check that ActiveScriptWrappable specifies [ActiveScriptWrappable]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorker.idl
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.idl b/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.idl
index d2396e63ac1056d7572fbc9461c7ef630655a7cd..66f30a795b5b904c7b78820c3a47fce98304de76 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.idl
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.idl
@@ -3,6 +3,7 @@
// found in the LICENSE file.
[
+ ActiveScriptWrappable,
haraken 2016/08/16 11:38:02 How was CompositorWorker working without having [A
Yuki 2016/08/16 12:04:39 I have no idea. Probably we were just lucky, or i
DependentLifetime,
Constructor(DOMString scriptUrl),
ConstructorCallWith=ExecutionContext,

Powered by Google App Engine
This is Rietveld 408576698