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, |