Title: [106791] trunk/Source/WebCore
Revision
106791
Author
[email protected]
Date
2012-02-06 02:02:03 -0800 (Mon, 06 Feb 2012)

Log Message

[BlackBerry] Remove unused variable in PluginViewBlackBerry
https://bugs.webkit.org/show_bug.cgi?id=77847

Patch by Robin Cao <[email protected]> on 2012-02-06
Reviewed by Kentaro Hara.

No changes in behavior, so no new tests.

* plugins/blackberry/PluginViewBlackBerry.cpp:
(WebCore::PluginView::updatePluginWidget):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106790 => 106791)


--- trunk/Source/WebCore/ChangeLog	2012-02-06 09:58:05 UTC (rev 106790)
+++ trunk/Source/WebCore/ChangeLog	2012-02-06 10:02:03 UTC (rev 106791)
@@ -1,3 +1,15 @@
+2012-02-06  Robin Cao  <[email protected]>
+
+        [BlackBerry] Remove unused variable in PluginViewBlackBerry
+        https://bugs.webkit.org/show_bug.cgi?id=77847
+
+        Reviewed by Kentaro Hara.
+
+        No changes in behavior, so no new tests.
+
+        * plugins/blackberry/PluginViewBlackBerry.cpp:
+        (WebCore::PluginView::updatePluginWidget):
+
 2012-02-06  Peter Rybin  <[email protected]>
 
         Web Inspector: Fix CallArgument type in Inspector.json

Modified: trunk/Source/WebCore/plugins/blackberry/PluginViewBlackBerry.cpp (106790 => 106791)


--- trunk/Source/WebCore/plugins/blackberry/PluginViewBlackBerry.cpp	2012-02-06 09:58:05 UTC (rev 106790)
+++ trunk/Source/WebCore/plugins/blackberry/PluginViewBlackBerry.cpp	2012-02-06 10:02:03 UTC (rev 106791)
@@ -113,7 +113,6 @@
     m_windowRect.move(root()->scrollOffset());
 
     m_clipRect = calculateClipRect();
-    IntRect f = frameRect();
 
     // Notify the plugin if it may or may not be on/offscreen.
     handleScrollEvent();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to