diff options
Diffstat (limited to 'Source/WebKit/android/nav/CachedNode.h')
-rw-r--r-- | Source/WebKit/android/nav/CachedNode.h | 1 |
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; |