Title: [147285] trunk/Source/WebKit/chromium
- Revision
- 147285
- Author
- [email protected]
- Date
- 2013-03-30 21:30:59 -0700 (Sat, 30 Mar 2013)
Log Message
[Chromium] Remove unused includes of stdio.h
https://bugs.webkit.org/show_bug.cgi?id=113650
Reviewed by Dimitri Glazkov.
We shouldn't include stdio.h. These includes aren't used anyway.
* src/WebInputEvent.cpp:
* src/x11/WebScreenInfoFactory.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (147284 => 147285)
--- trunk/Source/WebKit/chromium/ChangeLog 2013-03-31 04:11:56 UTC (rev 147284)
+++ trunk/Source/WebKit/chromium/ChangeLog 2013-03-31 04:30:59 UTC (rev 147285)
@@ -1,3 +1,15 @@
+2013-03-30 Adam Barth <[email protected]>
+
+ [Chromium] Remove unused includes of stdio.h
+ https://bugs.webkit.org/show_bug.cgi?id=113650
+
+ Reviewed by Dimitri Glazkov.
+
+ We shouldn't include stdio.h. These includes aren't used anyway.
+
+ * src/WebInputEvent.cpp:
+ * src/x11/WebScreenInfoFactory.cpp:
+
2013-03-30 Tom Sepez <[email protected]>
View-source iframes are dangerous (and not very useful).
Modified: trunk/Source/WebKit/chromium/src/WebInputEvent.cpp (147284 => 147285)
--- trunk/Source/WebKit/chromium/src/WebInputEvent.cpp 2013-03-31 04:11:56 UTC (rev 147284)
+++ trunk/Source/WebKit/chromium/src/WebInputEvent.cpp 2013-03-31 04:30:59 UTC (rev 147285)
@@ -32,10 +32,7 @@
#include "WebInputEvent.h"
#include "KeyboardCodes.h"
-
#include <ctype.h>
-#include <stdio.h>
-
#include <wtf/Assertions.h>
#include <wtf/StringExtras.h>
Modified: trunk/Source/WebKit/chromium/src/x11/WebScreenInfoFactory.cpp (147284 => 147285)
--- trunk/Source/WebKit/chromium/src/x11/WebScreenInfoFactory.cpp 2013-03-31 04:11:56 UTC (rev 147284)
+++ trunk/Source/WebKit/chromium/src/x11/WebScreenInfoFactory.cpp 2013-03-31 04:30:59 UTC (rev 147285)
@@ -32,9 +32,7 @@
#include "WebScreenInfoFactory.h"
#include "WebScreenInfo.h"
-
#include <X11/Xlib.h>
-#include <stdio.h>
namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes