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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationConnection.idl

Issue 1484463003: Drop [LegacyInterfaceTypeChecking] for the Presentation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/Presentation.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
index d8272e73b39620e4a25e7a975991ba464e3f2e13..e0d205d06cb19bd47f1d90c37ea65b597051169c 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
@@ -24,7 +24,7 @@ enum PresentationConnectionState {
attribute BinaryType binaryType;
attribute EventHandler onmessage;
[RaisesException, MeasureAs=PresentationConnectionSend] void send(DOMString message);
- [RaisesException, MeasureAs=PresentationConnectionSend, LegacyInterfaceTypeChecking] void send(Blob data);
- [RaisesException, MeasureAs=PresentationConnectionSend, LegacyInterfaceTypeChecking] void send(ArrayBuffer data);
- [RaisesException, MeasureAs=PresentationConnectionSend, LegacyInterfaceTypeChecking] void send(ArrayBufferView data);
+ [RaisesException, MeasureAs=PresentationConnectionSend] void send(Blob data);
+ [RaisesException, MeasureAs=PresentationConnectionSend] void send(ArrayBuffer data);
+ [RaisesException, MeasureAs=PresentationConnectionSend] void send(ArrayBufferView data);
};
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/Presentation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698