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

Unified Diff: Source/modules/websockets/WorkerContextWebSocket.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Faster processing of DOMWindow.idl + Handling of Callback interfaces Created 7 years, 8 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
Index: Source/modules/websockets/WorkerContextWebSocket.idl
diff --git a/Source/modules/websockets/WorkerContextWebSocket.idl b/Source/modules/websockets/WorkerContextWebSocket.idl
index b03867b0d97457c7ce813434a3dd30a358c9b945..78a261ae5ba3ca79744967d629653cd6daecf3fb 100644
--- a/Source/modules/websockets/WorkerContextWebSocket.idl
+++ b/Source/modules/websockets/WorkerContextWebSocket.idl
@@ -25,6 +25,7 @@
*/
[
+ NoInterfaceObject,
Supplemental=WorkerContext
] interface WorkerContextWebSocket {
attribute WebSocketConstructor WebSocket; // Usable with the new operator
« Source/bindings/derived_sources.gyp ('K') | « Source/modules/websockets/WebSocket.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698