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

Unified Diff: third_party/WebCore/workers/WorkerContext.idl

Issue 11363035: Roll IDLs forward. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
Index: third_party/WebCore/workers/WorkerContext.idl
diff --git a/third_party/WebCore/workers/WorkerContext.idl b/third_party/WebCore/workers/WorkerContext.idl
index 1ff5e910b8085425149e313500df1b61c6254566..69b11f1acab3a665ee4e987a57664bff9eb06775 100644
--- a/third_party/WebCore/workers/WorkerContext.idl
+++ b/third_party/WebCore/workers/WorkerContext.idl
@@ -39,15 +39,15 @@
// WorkerGlobalScope
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
- attribute [Replaceable] WorkerContext self;
+ [Replaceable] readonly attribute WorkerContext self;
#endif
- attribute [Replaceable] WorkerLocation location;
+ [Replaceable] readonly attribute WorkerLocation location;
void close();
attribute EventListener onerror;
// WorkerUtils
[Custom] void importScripts(/*[Variadic] in DOMString urls */);
- [Replaceable] attribute WorkerNavigator navigator;
+ [Replaceable] readonly attribute WorkerNavigator navigator;
// Timers
[Custom] long setTimeout(in TimeoutHandler handler, in long timeout);

Powered by Google App Engine
This is Rietveld 408576698