| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index 4784cffa892b1ab7899c29eaa27b6cb64134b5dd..529d7b861e312cc1e795b2e47fd1afbb506523e9 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -959,11 +959,6 @@ void Document::scheduleRenderTreeUpdate()
|
| TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline.stack"), "CallStack", TRACE_EVENT_SCOPE_PROCESS, "stack", InspectorCallStackEvent::currentCallStack());
|
| }
|
|
|
| -bool Document::hasPendingForcedStyleRecalc() const
|
| -{
|
| - return hasPendingStyleRecalc() && !inStyleRecalc() && styleChangeType() >= SubtreeStyleChange;
|
| -}
|
| -
|
| void Document::updateDistributionIfNeeded()
|
| {
|
| ScriptForbiddenScope forbidScript;
|
|
|