| Index: Source/core/frame/DOMWindow.cpp
|
| diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
|
| index 9ceda312c8b83df68ea3ee0c4e586324cf19d34d..bc1b048f0b91481585c27763e3bc5c8965ce8818 100644
|
| --- a/Source/core/frame/DOMWindow.cpp
|
| +++ b/Source/core/frame/DOMWindow.cpp
|
| @@ -149,12 +149,12 @@ private:
|
|
|
| static void disableSuddenTermination()
|
| {
|
| - WebKit::Platform::current()->suddenTerminationChanged(false);
|
| + blink::Platform::current()->suddenTerminationChanged(false);
|
| }
|
|
|
| static void enableSuddenTermination()
|
| {
|
| - WebKit::Platform::current()->suddenTerminationChanged(true);
|
| + blink::Platform::current()->suddenTerminationChanged(true);
|
| }
|
|
|
| typedef HashCountedSet<DOMWindow*> DOMWindowSet;
|
|
|