Trace StyleEngine::createResolver

BUG=475370

Review URL: https://codereview.chromium.org/1313733007

git-svn-id: svn://svn.chromium.org/blink/trunk@201096 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0c547927
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment