Title: [203548] trunk/Source/WebCore
- Revision
- 203548
- Author
- [email protected]
- Date
- 2016-07-21 19:43:10 -0700 (Thu, 21 Jul 2016)
Log Message
Remove unneeded content attribute name "playsinline"
https://bugs.webkit.org/show_bug.cgi?id=160069
Reviewed by Chris Dumez.
* html/HTMLVideoElement.idl: Removed explicit content attribute name on Reflect
attribute since it is the same as the name that the code generator will generate.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (203547 => 203548)
--- trunk/Source/WebCore/ChangeLog 2016-07-22 02:42:27 UTC (rev 203547)
+++ trunk/Source/WebCore/ChangeLog 2016-07-22 02:43:10 UTC (rev 203548)
@@ -1,3 +1,13 @@
+2016-07-21 Darin Adler <[email protected]>
+
+ Remove unneeded content attribute name "playsinline"
+ https://bugs.webkit.org/show_bug.cgi?id=160069
+
+ Reviewed by Chris Dumez.
+
+ * html/HTMLVideoElement.idl: Removed explicit content attribute name on Reflect
+ attribute since it is the same as the name that the code generator will generate.
+
2016-07-21 Chris Dumez <[email protected]>
Make parameters to Element.getElementsBy*() operations mandatory
Modified: trunk/Source/WebCore/html/HTMLVideoElement.idl (203547 => 203548)
--- trunk/Source/WebCore/html/HTMLVideoElement.idl 2016-07-22 02:42:27 UTC (rev 203547)
+++ trunk/Source/WebCore/html/HTMLVideoElement.idl 2016-07-22 02:43:10 UTC (rev 203548)
@@ -33,7 +33,7 @@
readonly attribute unsigned long videoHeight;
[Reflect, URL] attribute DOMString poster;
- [Reflect=playsinline] attribute boolean playsInline;
+ [Reflect] attribute boolean playsInline;
readonly attribute boolean webkitSupportsFullscreen;
readonly attribute boolean webkitDisplayingFullscreen;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes