| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 60619543c27dac76fbb0c2b0e0a11d745c490bdf..eaab2bf5102018a00d5856df6ecd9b69e8eaf33e 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -484,9 +484,7 @@ void Internals::pauseAnimations(double pauseTime, ExceptionState& exceptionState
|
| return;
|
| }
|
|
|
| - // https://code.google.com/p/chromium/issues/detail?id=343760
|
| - DisableCompositingQueryAsserts disabler;
|
| -
|
| + frame()->view()->updateLayoutAndStyleForPainting();
|
| frame()->document()->timeline()->pauseAnimationsForTesting(pauseTime);
|
| frame()->document()->transitionTimeline()->pauseAnimationsForTesting(pauseTime);
|
| }
|
|
|