Title: [88615] trunk/Source/WebCore
Revision
88615
Author
[email protected]
Date
2011-06-12 09:57:54 -0700 (Sun, 12 Jun 2011)

Log Message

2011-06-12  Adam Barth  <[email protected]>

        Reviewed by Andreas Kling.

        Minor user-gesture related cleanup
        https://bugs.webkit.org/show_bug.cgi?id=62511

        In reading the user gesture code, I noticed that these lines of code
        should be deleted because they don't do anything.

        * bindings/v8/NPV8Object.cpp:
        * html/HTMLAnchorElement.cpp:
        * html/HTMLVideoElement.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88614 => 88615)


--- trunk/Source/WebCore/ChangeLog	2011-06-12 14:52:55 UTC (rev 88614)
+++ trunk/Source/WebCore/ChangeLog	2011-06-12 16:57:54 UTC (rev 88615)
@@ -1,3 +1,17 @@
+2011-06-12  Adam Barth  <[email protected]>
+
+        Reviewed by Andreas Kling.
+
+        Minor user-gesture related cleanup
+        https://bugs.webkit.org/show_bug.cgi?id=62511
+
+        In reading the user gesture code, I noticed that these lines of code
+        should be deleted because they don't do anything.
+
+        * bindings/v8/NPV8Object.cpp:
+        * html/HTMLAnchorElement.cpp:
+        * html/HTMLVideoElement.idl:
+
 2011-06-11  Nikolas Zimmermann  <[email protected]>
 
         Reviewed by Dirk Schulze.

Modified: trunk/Source/WebCore/bindings/v8/NPV8Object.cpp (88614 => 88615)


--- trunk/Source/WebCore/bindings/v8/NPV8Object.cpp	2011-06-12 14:52:55 UTC (rev 88614)
+++ trunk/Source/WebCore/bindings/v8/NPV8Object.cpp	2011-06-12 16:57:54 UTC (rev 88615)
@@ -34,7 +34,6 @@
 #include "OwnArrayPtr.h"
 #include "PlatformString.h"
 #include "ScriptSourceCode.h"
-#include "UserGestureIndicator.h"
 #include "V8GCController.h"
 #include "V8Helpers.h"
 #include "V8NPUtils.h"

Modified: trunk/Source/WebCore/html/HTMLAnchorElement.cpp (88614 => 88615)


--- trunk/Source/WebCore/html/HTMLAnchorElement.cpp	2011-06-12 14:52:55 UTC (rev 88614)
+++ trunk/Source/WebCore/html/HTMLAnchorElement.cpp	2011-06-12 16:57:54 UTC (rev 88615)
@@ -39,7 +39,6 @@
 #include "ResourceHandle.h"
 #include "SecurityOrigin.h"
 #include "Settings.h"
-#include "UserGestureIndicator.h"
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/html/HTMLVideoElement.idl (88614 => 88615)


--- trunk/Source/WebCore/html/HTMLVideoElement.idl	2011-06-12 14:52:55 UTC (rev 88614)
+++ trunk/Source/WebCore/html/HTMLVideoElement.idl	2011-06-12 16:57:54 UTC (rev 88615)
@@ -39,9 +39,6 @@
 
         [NeedsUserGestureCheck] void webkitEnterFullscreen() raises (DOMException);
         void webkitExitFullscreen();
-    
-        [NeedsUserGestureCheck] void webkitEnterFullScreen() raises (DOMException);
-        void webkitExitFullScreen();
 
 #if defined(ENABLE_MEDIA_STATISTICS) && ENABLE_MEDIA_STATISTICS
         // The number of frames that have been decoded and made available for
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to