Index: Source/core/dom/ScriptLoader.h |
diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h |
index 3e5775c179e0ab04b6d024c2dc8ee0b96b2a241f..14cf3eb942b274dba33eeb8a8ac215b8e118936b 100644 |
--- a/Source/core/dom/ScriptLoader.h |
+++ b/Source/core/dom/ScriptLoader.h |
@@ -97,6 +97,8 @@ private: |
bool m_readyToBeParserExecuted : 1; |
bool m_willExecuteWhenDocumentFinishedParsing : 1; |
bool m_forceAsync : 1; |
+ bool m_hasAsyncAttribute : 1; |
+ bool m_hasDeferAttribute : 1; |
bool m_willExecuteInOrder : 1; |
String m_characterEncoding; |
String m_fallbackCharacterEncoding; |