Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / workers / AbstractWorker.idl
index 0076c3a..fc46a14 100644 (file)
@@ -30,9 +30,9 @@
  */
 
 [
-    NoInterfaceObject,
-    WillBeGarbageCollected
+    LegacyTreatAsPartialInterface,
+    NoInterfaceObject, // Always used on target of 'implements'
+    WillBeGarbageCollected,
 ] interface AbstractWorker {
     attribute EventHandler onerror;
 };
-