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

Unified Diff: html/DOMURL.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. 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
« no previous file with comments | « html/DOMSettableTokenList.idl ('k') | html/HTMLAppletElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/DOMURL.idl
diff --git a/html/DOMURL.idl b/html/DOMURL.idl
index f21c2d1065abe7d96be69744d890ae978152a8ee..35fab08f91df1df8205df4ad20e58992bdf6fa3a 100644
--- a/html/DOMURL.idl
+++ b/html/DOMURL.idl
@@ -27,15 +27,10 @@
[
Conditional=BLOB,
Constructor,
- JSGenerateToNativeObject,
- JSGenerateToJSObject,
- JSNoStaticTables,
InterfaceName=URL,
ImplementationLacksVTable
] interface DOMURL {
-#if defined(ENABLE_MEDIA_SOURCE) && ENABLE_MEDIA_SOURCE
[CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(in MediaSource? source);
-#endif
#if defined(ENABLE_MEDIA_STREAM) && ENABLE_MEDIA_STREAM
[CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(in MediaStream? stream);
#endif
« no previous file with comments | « html/DOMSettableTokenList.idl ('k') | html/HTMLAppletElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698