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

Unified Diff: Source/core/html/HTMLSourceElement.idl

Issue 35803004: Remove TreatNullAs=NullString for media interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | « Source/core/html/HTMLMediaElement.idl ('k') | Source/core/html/HTMLTrackElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSourceElement.idl
diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl
index e64d1da192203cb9fdcd7e412543ad80ae6d06d5..52203bcb911853804301c7e2f0f9c7ff41a1405d 100644
--- a/Source/core/html/HTMLSourceElement.idl
+++ b/Source/core/html/HTMLSourceElement.idl
@@ -26,7 +26,7 @@
[
RuntimeEnabled=Media
] interface HTMLSourceElement : HTMLElement {
-[Reflect, TreatNullAs=NullString, URL] attribute DOMString src;
+ [Reflect, URL] attribute DOMString src;
attribute DOMString type;
attribute DOMString media;
};
« no previous file with comments | « Source/core/html/HTMLMediaElement.idl ('k') | Source/core/html/HTMLTrackElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698