[BlackBerry] Upstreaming BlackBerry-specific changes to PluginView -- remove unused...
authorcharles.wei@torchmobile.com.cn <charles.wei@torchmobile.com.cn@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 08:51:40 +0000 (08:51 +0000)
committercharles.wei@torchmobile.com.cn <charles.wei@torchmobile.com.cn@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 08:51:40 +0000 (08:51 +0000)
https://bugs.webkit.org/show_bug.cgi?id=83756

Reviewed by George Staikos.

PluginView::halt(), PluginView::restart() have been removed from
upstreaming code, should remove them from BlackBerry porting also.

* plugins/blackberry/PluginViewBlackBerry.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113953 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/plugins/blackberry/PluginViewBlackBerry.cpp

index 53fcc0e..884b807 100644 (file)
@@ -1,3 +1,15 @@
+2012-04-12  Charles Wei  <charles.wei@torchmobile.com.cn>
+
+        [BlackBerry] Upstreaming BlackBerry-specific changes to PluginView -- remove unused functions
+        https://bugs.webkit.org/show_bug.cgi?id=83756
+
+        Reviewed by George Staikos.
+
+        PluginView::halt(), PluginView::restart() have been removed from
+        upstreaming code, should remove them from BlackBerry porting also.
+
+        * plugins/blackberry/PluginViewBlackBerry.cpp:
+
 2012-04-12  Kenichi Ishibashi  <bashi@chromium.org>
 
         [Chromium] The size of glyphStorage should be passed to substituteWithVerticalGlyphs()
index f5bd500..9605bda 100644 (file)
@@ -1308,14 +1308,6 @@ void PluginView::platformDestroy()
     m_private = 0;
 }
 
-void PluginView::halt()
-{
-}
-
-void PluginView::restart()
-{
-}
-
 void PluginView::getWindowInfo(Vector<PluginWindowInfo>& windowList)
 {
     if (!m_plugin->pluginFuncs()->getvalue)