Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h |
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
| index e36167875516589dbbc200a0788a5423d9c904a6..c1ffb98811bb2100937ece916369084439f6c3a3 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
| @@ -125,6 +125,7 @@ private: |
| bool m_firedLoad; |
| bool m_loadedSheet; |
| bool m_fetchFollowingCORS; |
| + bool m_beforeBody; |
| }; |