summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 17:25:24 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 17:25:24 +0000
commitdb8d02d65496004718bcd0416fcb35326eb08cd5 (patch)
tree1e5851cdb35c13c48317c2b40c22ea9a74dd19f7 /webkit/port
parent4b636fa73856bc6b58abc850e1d1095d6592581d (diff)
downloadchromium_src-db8d02d65496004718bcd0416fcb35326eb08cd5.zip
chromium_src-db8d02d65496004718bcd0416fcb35326eb08cd5.tar.gz
chromium_src-db8d02d65496004718bcd0416fcb35326eb08cd5.tar.bz2
Remove references to WebCoreFrameBridge which is no longer in webkit
Review URL: http://codereview.chromium.org/6346 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/page/WebCoreFrameBridge.mm20
1 files changed, 0 insertions, 20 deletions
diff --git a/webkit/port/page/WebCoreFrameBridge.mm b/webkit/port/page/WebCoreFrameBridge.mm
deleted file mode 100644
index cddaf2f..0000000
--- a/webkit/port/page/WebCoreFrameBridge.mm
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// WebCoreFrameBridge is an ObjC bridge between WebCore and WebKit, which we
-// probably don't need to use for Chromium. If we do, it will probably differ
-// substantially from the Apple implementation since we won't have the JS
-// bindings available.
-//
-// We do, however, need to stub this class because ImageMac needs to find the
-// application bundle so it can load default image resources. It does this
-// by finding the bundle of a known class, and it chooses to use
-// WebCoreFrameBridge. As a result, we have to provide linkage of at least
-// the classname so that the use in ImageMac resolves.
-
-@implementation WebCoreFrameBridge
-
-// nothing needed....
-
-@end