Title: [183606] trunk/Source/WebCore
Revision
183606
Author
[email protected]
Date
2015-04-29 19:46:05 -0700 (Wed, 29 Apr 2015)

Log Message

Unreviewed iOS build fix. Unused parameter no longer exists.

* page/scrolling/ScrollingCoordinator.cpp:
(WebCore::ScrollingCoordinator::absoluteNonFastScrollableRegionForFrame):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183605 => 183606)


--- trunk/Source/WebCore/ChangeLog	2015-04-30 02:44:22 UTC (rev 183605)
+++ trunk/Source/WebCore/ChangeLog	2015-04-30 02:46:05 UTC (rev 183606)
@@ -1,3 +1,10 @@
+2015-04-29  Joseph Pecoraro  <[email protected]>
+
+        Unreviewed iOS build fix. Unused parameter no longer exists.
+
+        * page/scrolling/ScrollingCoordinator.cpp:
+        (WebCore::ScrollingCoordinator::absoluteNonFastScrollableRegionForFrame):
+
 2015-04-29  Simon Fraser  <[email protected]>
 
         Crash at WebCore::Document::absoluteRegionForEventTargets 

Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp (183605 => 183606)


--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2015-04-30 02:44:22 UTC (rev 183605)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2015-04-30 02:46:05 UTC (rev 183606)
@@ -104,7 +104,6 @@
 #if ENABLE(IOS_TOUCH_EVENTS)
     // On iOS, we use nonFastScrollableRegion to represent the region covered by elements with touch event handlers.
     ASSERT(frame.isMainFrame());
-    UNUSED_PARAM(frameLocation);
 
     Document* document = frame.document();
     if (!document)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to