Index: Source/web/tests/WebDocumentTest.cpp |
diff --git a/Source/web/tests/WebDocumentTest.cpp b/Source/web/tests/WebDocumentTest.cpp |
index c08040613023101a82ac81a9bc05e67d333c5718..1bd453782ae3b4901f8cc477ca59855c92c29f66 100644 |
--- a/Source/web/tests/WebDocumentTest.cpp |
+++ b/Source/web/tests/WebDocumentTest.cpp |
@@ -35,7 +35,7 @@ TEST(WebDocumentTest, InsertStyleSheet) |
webDoc.insertStyleSheet("body { color: green }"); |
// Check insertStyleSheet did not cause a synchronous style recalc. |
- unsigned accessCount = coreDoc->styleEngine()->resolverAccessCount(); |
+ unsigned accessCount = coreDoc->styleEngine().resolverAccessCount(); |
ASSERT_EQ(0U, accessCount); |
HTMLElement* bodyElement = coreDoc->body(); |