Title: [151669] trunk/Source/WebKit2
Revision
151669
Author
commit-qu...@webkit.org
Date
2013-06-17 23:24:07 -0700 (Mon, 17 Jun 2013)

Log Message

Extra whitespace in blank line in PlatformPopupMenuData.cpp
https://bugs.webkit.org/show_bug.cgi?id=117627

Patch by Santosh Mahto <santosh...@samsung.com> on 2013-06-17
Reviewed by Brent Fulgham.

* Shared/PlatformPopupMenuData.cpp:
(WebKit::PlatformPopupMenuData::decode):
Removing extra space

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (151668 => 151669)


--- trunk/Source/WebKit2/ChangeLog	2013-06-18 06:09:40 UTC (rev 151668)
+++ trunk/Source/WebKit2/ChangeLog	2013-06-18 06:24:07 UTC (rev 151669)
@@ -1,3 +1,14 @@
+2013-06-17  Santosh Mahto  <santosh...@samsung.com>
+
+        Extra whitespace in blank line in PlatformPopupMenuData.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=117627
+
+        Reviewed by Brent Fulgham.
+
+        * Shared/PlatformPopupMenuData.cpp:
+        (WebKit::PlatformPopupMenuData::decode):
+        Removing extra space
+
 2013-06-17  Beth Dakin  <bda...@apple.com>
 
         PageBanners appear over HTML5 video when media element is in full screen mode

Modified: trunk/Source/WebKit2/Shared/PlatformPopupMenuData.cpp (151668 => 151669)


--- trunk/Source/WebKit2/Shared/PlatformPopupMenuData.cpp	2013-06-18 06:09:40 UTC (rev 151668)
+++ trunk/Source/WebKit2/Shared/PlatformPopupMenuData.cpp	2013-06-18 06:24:07 UTC (rev 151669)
@@ -63,7 +63,7 @@
     UNUSED_PARAM(decoder);
     UNUSED_PARAM(data);
 #endif
-    
+
     return true;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to