Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index 672e27b2b6aaa1fd5031f444d92419f297e41131..18eb3744e0f42249ecd4b9c3ffbf021ec6d1cc92 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -58,8 +58,8 @@ public: |
class IgnoringPendingStylesheet : public TemporaryChange<bool> { |
public: |
- IgnoringPendingStylesheet(StyleEngine* engine) |
- : TemporaryChange<bool>(engine->m_ignorePendingStylesheets, true) |
+ IgnoringPendingStylesheet(StyleEngine& engine) |
+ : TemporaryChange<bool>(engine.m_ignorePendingStylesheets, true) |
{ |
} |
}; |