Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
index 911f80a8e9fae0bf945bcae6ae0992cfaf416e35..e201502114a703038bbd94c447ff06f95fe4886b 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
@@ -427,6 +427,9 @@ void StyleEngine::clearResolver() |
if (m_resolver) { |
TRACE_EVENT1("blink", "StyleEngine::clearResolver", "frame", document().frame()); |
+#if ENABLE(OILPAN) |
haraken
2015/10/08 06:15:46
Add a comment about why we need to call dispose ex
|
+ m_resolver->dispose(); |
+#endif |
m_resolver.clear(); |
} |
} |