Index: Source/core/dom/CompositorProxy.idl |
diff --git a/Source/core/dom/CompositorProxy.idl b/Source/core/dom/CompositorProxy.idl |
index 924362c63edff9625c32fb55549d4a77a5d97864..a4f19f73817b13a14e382a53cd3462842d9d0d6a 100644 |
--- a/Source/core/dom/CompositorProxy.idl |
+++ b/Source/core/dom/CompositorProxy.idl |
@@ -16,4 +16,5 @@ |
[RaisesException] attribute DOMMatrix transform; |
boolean supports(DOMString attribute); |
+ void disconnect(); |
}; |