diff options
Diffstat (limited to 'WebCore/html/HTMLPlugInElement.h')
-rw-r--r-- | WebCore/html/HTMLPlugInElement.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/html/HTMLPlugInElement.h b/WebCore/html/HTMLPlugInElement.h index 2b8c8ca..1b3d911 100644 --- a/WebCore/html/HTMLPlugInElement.h +++ b/WebCore/html/HTMLPlugInElement.h @@ -88,11 +88,6 @@ protected: #if ENABLE(NETSCAPE_PLUGIN_API) NPObject* m_NPObject; #endif -#ifdef ANDROID_FIX - // addressing webkit bug, http://bugs.webkit.org/show_bug.cgi?id=16512 - // ensure that m_name is removed from HTMLDocument's NameCountMap - int oldNameIdCount; -#endif }; } // namespace WebCore |