diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 13:56:32 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 13:56:32 +0000 |
commit | 918c622676a73a9c9c3a031bfd8cf5ce0927a99a (patch) | |
tree | 46ae1eda9b5408d99841f160468449461f733fc6 /webkit/port/page | |
parent | b8dbb9412231c89fd3ac0e25ceaae6e419773a2b (diff) | |
download | chromium_src-918c622676a73a9c9c3a031bfd8cf5ce0927a99a.zip chromium_src-918c622676a73a9c9c3a031bfd8cf5ce0927a99a.tar.gz chromium_src-918c622676a73a9c9c3a031bfd8cf5ce0927a99a.tar.bz2 |
Move on to the "298 link errors" stage of the McMerge game:
- Remove "temp" copy of WebKitSystemInterface from TestShell. They don't
work with our new WebKit snapshot, we should be using the files from the
WebKit directory instead, and we should handle their build in
webkit.xcodeproj.
- Remove two stub methods from AXObjectCacheMac that were causing duplicate
symbol errors when combined with WebKit's AXObjectCache.
Review URL: http://codereview.chromium.org/6304
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/page')
-rw-r--r-- | webkit/port/page/AXObjectCacheMac.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/port/page/AXObjectCacheMac.cpp b/webkit/port/page/AXObjectCacheMac.cpp index bc187fe..80b2e52 100644 --- a/webkit/port/page/AXObjectCacheMac.cpp +++ b/webkit/port/page/AXObjectCacheMac.cpp @@ -54,13 +54,4 @@ void AXObjectCache::handleFocusedUIElementChanged() { } -AXID AXObjectCache::getAXID(AccessibilityObject*) -{ - return AXID(); -} - -void AXObjectCache::removeAXID(AccessibilityObject*) -{ -} - } // namespace WebCore |