diff options
Diffstat (limited to 'WebCore/html/HTMLPlugInElement.h')
-rw-r--r-- | WebCore/html/HTMLPlugInElement.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/html/HTMLPlugInElement.h b/WebCore/html/HTMLPlugInElement.h index 2b9ed53..5fad211 100644 --- a/WebCore/html/HTMLPlugInElement.h +++ b/WebCore/html/HTMLPlugInElement.h @@ -85,6 +85,11 @@ protected: #if USE(NPOBJECT) NPObject* m_NPObject; #endif +#ifdef ANDROID_FIX + // addressing webkit bug, http://bugs.webkit.org/show_bug.cgi?id=16512 + // ensure the oldNameAttr and oldIdAttr are removed from HTMLDocument's NameCountMap + int oldNameIdCount; +#endif }; } // namespace WebCore |