Title: [129203] trunk/Source/WebCore
- Revision
- 129203
- Author
- [email protected]
- Date
- 2012-09-21 02:16:38 -0700 (Fri, 21 Sep 2012)
Log Message
Remove useless class prototypes from Vibration.h
https://bugs.webkit.org/show_bug.cgi?id=97304
Patch by Kihong Kwon <[email protected]> on 2012-09-21
Reviewed by Kentaro Hara.
Remove two useless class prototype statements in the Vibration.h
* Modules/vibration/Vibration.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (129202 => 129203)
--- trunk/Source/WebCore/ChangeLog 2012-09-21 08:01:54 UTC (rev 129202)
+++ trunk/Source/WebCore/ChangeLog 2012-09-21 09:16:38 UTC (rev 129203)
@@ -1,3 +1,14 @@
+2012-09-21 Kihong Kwon <[email protected]>
+
+ Remove useless class prototypes from Vibration.h
+ https://bugs.webkit.org/show_bug.cgi?id=97304
+
+ Reviewed by Kentaro Hara.
+
+ Remove two useless class prototype statements in the Vibration.h
+
+ * Modules/vibration/Vibration.h:
+
2012-09-21 Keishi Hattori <[email protected]>
Prepare CalendarPicker so we can add another picker, SuggetionPicker
Modified: trunk/Source/WebCore/Modules/vibration/Vibration.h (129202 => 129203)
--- trunk/Source/WebCore/Modules/vibration/Vibration.h 2012-09-21 08:01:54 UTC (rev 129202)
+++ trunk/Source/WebCore/Modules/vibration/Vibration.h 2012-09-21 09:16:38 UTC (rev 129203)
@@ -28,8 +28,6 @@
namespace WebCore {
-class Navigator;
-class Page;
class VibrationClient;
class Vibration : public Supplement<Page> {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes