Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1303)

Unified Diff: core/workers/DedicatedWorkerContext.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/workers/DedicatedWorkerContext.idl
diff --git a/core/workers/DedicatedWorkerContext.idl b/core/workers/DedicatedWorkerContext.idl
index d2048590b0adf160ddf69f00290bf407df3cdbe9..3f4f45c964a67b0065c45f217939959ab4e748c7 100644
--- a/core/workers/DedicatedWorkerContext.idl
+++ b/core/workers/DedicatedWorkerContext.idl
@@ -28,7 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface DedicatedWorkerContext : WorkerContext {
+[
+ NoInterfaceObject
+] interface DedicatedWorkerContext : WorkerContext {
[Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
attribute EventListener onmessage;
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b