Changeset 106791 in webkit


Ignore:
Timestamp:
Feb 6, 2012 2:02:03 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-02-06
Reviewed by Kentaro Hara.

No changes in behavior, so no new tests.

  • plugins/blackberry/PluginViewBlackBerry.cpp:

(WebCore::PluginView::updatePluginWidget):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r106787 r106791  
     12012-02-06  Robin Cao  <robin.cao@torchmobile.com.cn>
     2
     3        [BlackBerry] Remove unused variable in PluginViewBlackBerry
     4        https://bugs.webkit.org/show_bug.cgi?id=77847
     5
     6        Reviewed by Kentaro Hara.
     7
     8        No changes in behavior, so no new tests.
     9
     10        * plugins/blackberry/PluginViewBlackBerry.cpp:
     11        (WebCore::PluginView::updatePluginWidget):
     12
    1132012-02-06  Peter Rybin  <peter.rybin@gmail.com>
    214
  • trunk/Source/WebCore/plugins/blackberry/PluginViewBlackBerry.cpp

    r103019 r106791  
    114114
    115115    m_clipRect = calculateClipRect();
    116     IntRect f = frameRect();
    117116
    118117    // Notify the plugin if it may or may not be on/offscreen.
Note: See TracChangeset for help on using the changeset viewer.