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

Unified Diff: Source/core/workers/AbstractWorker.idl

Issue 168423003: Drop [LegacyImplementedInBaseClass] from AbstractWorker IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload Created 6 years, 10 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
« no previous file with comments | « Source/core/workers/AbstractWorker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/AbstractWorker.idl
diff --git a/Source/core/workers/AbstractWorker.idl b/Source/core/workers/AbstractWorker.idl
index 9c13c6f54b28161558a93699fa1f03aa8c065a64..1b643f77a8a7a548b142e958b4f5ec74ac682002 100644
--- a/Source/core/workers/AbstractWorker.idl
+++ b/Source/core/workers/AbstractWorker.idl
@@ -30,8 +30,7 @@
*/
[
- NoInterfaceObject,
- LegacyImplementedInBaseClass
+ NoInterfaceObject
] interface AbstractWorker {
attribute EventHandler onerror;
};
« no previous file with comments | « Source/core/workers/AbstractWorker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698