Index: tools/dom/idl/dart/dart.idl |
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
index fdeb28d4b947caa814719259dbbed3e954392c4b..cd457d600ed0e3d7457a6488bb0fe2f9192369e5 100644 |
--- a/tools/dom/idl/dart/dart.idl |
+++ b/tools/dom/idl/dart/dart.idl |
@@ -68,6 +68,15 @@ interface TimeoutHandler { |
void handleEvent(); |
}; |
+// FIXME(leafp): This is a temporary hack to get things running while |
+// we are still generating _blink from the dart side idl files. |
+// Once we are up and running generating dart:_blink in dartium |
+// this should go away. |
+[Supplemental] |
+interface URL { |
+ [Suppressed] static DOMString createObjectURL(WebKitMediaSource source); |
+}; |
+ |
[Supplemental] |
interface CanvasRenderingContext2D { |
[DartName=createImageDataFromImageData] ImageData createImageData(ImageData imagedata); |