Chromium Code Reviews| Index: Source/core/html/HTMLLinkElement.h |
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
| index 28410a8982b3548a9395497df1cd04aa22b3b518..b0c0c75a4dea870478213e14e59efd3fea1997a8 100644 |
| --- a/Source/core/html/HTMLLinkElement.h |
| +++ b/Source/core/html/HTMLLinkElement.h |
| @@ -148,6 +148,7 @@ public: |
| void dispatchPendingEvent(LinkEventSender*); |
| void scheduleEvent(); |
| + void dispatchEventImmediately(); |
| static void dispatchPendingLoadEvents(); |
| // From LinkLoaderClient |