summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/nav/CachedNode.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-02-24 15:44:20 -0800
committerJohn Reck <jreck@google.com>2012-02-24 18:05:02 -0800
commit6bf2577653884795f04bbf9d8196ed9998896afe (patch)
tree18d4f53349ef89619cb77288375abd8c01a5368a /Source/WebKit/android/nav/CachedNode.h
parent33832494c3158d465a98bd54616fc188dabae0b6 (diff)
downloadexternal_webkit-6bf2577653884795f04bbf9d8196ed9998896afe.zip
external_webkit-6bf2577653884795f04bbf9d8196ed9998896afe.tar.gz
external_webkit-6bf2577653884795f04bbf9d8196ed9998896afe.tar.bz2
Delete CacheBuilder
Fixed address_detector to pass CTS Change-Id: I6e3c4146d4c03881d036be9b8d8708a8200efef8
Diffstat (limited to 'Source/WebKit/android/nav/CachedNode.h')
-rw-r--r--Source/WebKit/android/nav/CachedNode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebKit/android/nav/CachedNode.h b/Source/WebKit/android/nav/CachedNode.h
index 321b7fd..82d55ed 100644
--- a/Source/WebKit/android/nav/CachedNode.h
+++ b/Source/WebKit/android/nav/CachedNode.h
@@ -184,7 +184,6 @@ public:
bool wantsKeyEvents() const { return isTextInput() || isPlugin()
|| isContentEditable() || isFrame(); }
private:
- friend class CacheBuilder;
WTF::String mExport;
WebCore::IntRect mBounds;
WebCore::IntRect mHitBounds;