Chromium Code Reviews| Index: Source/core/html/HTMLPlugInElement.h |
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
| index 874ae161618f18cd699f81d874327c7dbe3bbc94..84dd1058e2989f0b16a55c11dc82de0faa908932 100644 |
| --- a/Source/core/html/HTMLPlugInElement.h |
| +++ b/Source/core/html/HTMLPlugInElement.h |
| @@ -91,6 +91,8 @@ protected: |
| void dispatchErrorEvent(); |
| + void triggerReattachThroughStyleRecalcHack(); |
| + |
| String m_serviceType; |
| String m_url; |
| KURL m_loadedUrl; |