Index: Source/core/dom/StyleEngine.cpp |
diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp |
index c2d1b693dde58a47cebebb6f385e8147fbb8d2a7..ac5e5483b9738c51603dde1240db6929fcf893c5 100644 |
--- a/Source/core/dom/StyleEngine.cpp |
+++ b/Source/core/dom/StyleEngine.cpp |
@@ -46,6 +46,7 @@ |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/page/Page.h" |
#include "core/svg/SVGStyleElement.h" |
+#include "platform/TraceEvent.h" |
namespace blink { |
@@ -393,6 +394,7 @@ void StyleEngine::appendActiveAuthorStyleSheets() |
void StyleEngine::createResolver() |
{ |
+ TRACE_EVENT0("blink", "StyleEngine::createResolver"); |
// It is a programming error to attempt to resolve style on a Document |
// which is not in a frame. Code which hits this should have checked |
// Document::isActive() before calling into code which could get here. |