Index: third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp |
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp |
index 98a60687c36d76c64a0c9a9f18cb820bf2377f4b..24eb1b96eb6363a957e4ef629a0f1763b317bcbc 100644 |
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp |
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp |
@@ -76,7 +76,7 @@ void HTMLImportTreeRoot::scheduleRecalcState() |
if (m_recalcTimer.isActive() || !m_document) |
return; |
#endif |
- m_recalcTimer.startOneShot(0, FROM_HERE); |
+ m_recalcTimer.startOneShot(0, BLINK_FROM_HERE); |
} |
HTMLImportChild* HTMLImportTreeRoot::add(PassOwnPtrWillBeRawPtr<HTMLImportChild> child) |