Chromium Code Reviews| Index: html/HTMLHtmlElement.h |
| =================================================================== |
| --- html/HTMLHtmlElement.h (revision 44202) |
| +++ html/HTMLHtmlElement.h (working copy) |
| @@ -40,7 +40,7 @@ |
| virtual int tagPriority() const { return 11; } |
| virtual bool checkDTD(const Node* newChild); |
| -#if ENABLE(OFFLINE_WEB_APPLICATIONS) |
| +#if ENABLE(OFFLINE_WEB_APPLICATIONS) || ENABLE(APPLICATION_CACHE) |
| virtual void insertedIntoDocument(); |
| #endif |