Title: [94911] trunk/Source/WebCore
- Revision
- 94911
- Author
- [email protected]
- Date
- 2011-09-10 12:17:08 -0700 (Sat, 10 Sep 2011)
Log Message
Actually prevent unnecessary casts to MediaControls*.
Reviewed by Oliver Hunt.
* html/shadow/MediaControls.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (94910 => 94911)
--- trunk/Source/WebCore/ChangeLog 2011-09-10 18:54:59 UTC (rev 94910)
+++ trunk/Source/WebCore/ChangeLog 2011-09-10 19:17:08 UTC (rev 94911)
@@ -1,3 +1,11 @@
+2011-09-10 Dan Bernstein <[email protected]>
+
+ Actually prevent unnecessary casts to MediaControls*.
+
+ Reviewed by Oliver Hunt.
+
+ * html/shadow/MediaControls.h:
+
2011-09-10 Ryosuke Niwa <[email protected]>
Remove printf added by r94900.
Modified: trunk/Source/WebCore/html/shadow/MediaControls.h (94910 => 94911)
--- trunk/Source/WebCore/html/shadow/MediaControls.h 2011-09-10 18:54:59 UTC (rev 94910)
+++ trunk/Source/WebCore/html/shadow/MediaControls.h 2011-09-10 19:17:08 UTC (rev 94911)
@@ -86,7 +86,7 @@
}
// This will catch anyone doing an unneccessary cast.
-void toMediaControls(const Node*);
+void toMediaControls(const MediaControls*);
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes