Title: [110334] trunk/Source/WebCore
- Revision
- 110334
- Author
- [email protected]
- Date
- 2012-03-09 14:52:26 -0800 (Fri, 09 Mar 2012)
Log Message
Remove unused file FrameBlackBerry.cpp
https://bugs.webkit.org/show_bug.cgi?id=80731
Reviewed by Antonio Gomes.
This is not needed anymore since there is an implementation elsewhere.
* PlatformBlackBerry.cmake:
* page/blackberry/FrameBlackBerry.cpp: Removed.
Modified Paths
Removed Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (110333 => 110334)
--- trunk/Source/WebCore/ChangeLog 2012-03-09 22:43:30 UTC (rev 110333)
+++ trunk/Source/WebCore/ChangeLog 2012-03-09 22:52:26 UTC (rev 110334)
@@ -1,3 +1,15 @@
+2012-03-09 Rob Buis <[email protected]>
+
+ Remove unused file FrameBlackBerry.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=80731
+
+ Reviewed by Antonio Gomes.
+
+ This is not needed anymore since there is an implementation elsewhere.
+
+ * PlatformBlackBerry.cmake:
+ * page/blackberry/FrameBlackBerry.cpp: Removed.
+
2012-03-09 Sheriff Bot <[email protected]>
Unreviewed, rolling out r110309.
Modified: trunk/Source/WebCore/PlatformBlackBerry.cmake (110333 => 110334)
--- trunk/Source/WebCore/PlatformBlackBerry.cmake 2012-03-09 22:43:30 UTC (rev 110333)
+++ trunk/Source/WebCore/PlatformBlackBerry.cmake 2012-03-09 22:52:26 UTC (rev 110334)
@@ -132,7 +132,6 @@
page/blackberry/AccessibilityObjectBlackBerry.cpp
page/blackberry/DragControllerBlackBerry.cpp
page/blackberry/EventHandlerBlackBerry.cpp
- page/blackberry/FrameBlackBerry.cpp
platform/blackberry/ClipboardBlackBerry.cpp
platform/blackberry/ContextMenuBlackBerry.cpp
platform/blackberry/ContextMenuItemBlackBerry.cpp
Deleted: trunk/Source/WebCore/page/blackberry/FrameBlackBerry.cpp (110333 => 110334)
--- trunk/Source/WebCore/page/blackberry/FrameBlackBerry.cpp 2012-03-09 22:43:30 UTC (rev 110333)
+++ trunk/Source/WebCore/page/blackberry/FrameBlackBerry.cpp 2012-03-09 22:52:26 UTC (rev 110334)
@@ -1,33 +0,0 @@
-/*
- * Copyright (C) 2009 Torch Mobile Inc. http://www.torchmobile.com/
- * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-#include "config.h"
-#include "Frame.h"
-
-#include "NotImplemented.h"
-
-namespace WebCore {
-
-DragImageRef Frame::dragImageForSelection()
-{
- notImplemented();
- return 0;
-}
-
-} // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes