| Index: third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| index 2b02d8dd4f018ae18f8bd38574ea20ed04e5277c..72084fd5bce244ec6394a75d167498da1a6e87d2 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| @@ -130,12 +130,12 @@ public:
|
| DocumentLifecycle& m_documentLifecycle;
|
| };
|
|
|
| - class PreventThrottlingScope {
|
| + class CORE_EXPORT AllowThrottlingScope {
|
| STACK_ALLOCATED();
|
| - WTF_MAKE_NONCOPYABLE(PreventThrottlingScope);
|
| + WTF_MAKE_NONCOPYABLE(AllowThrottlingScope);
|
| public:
|
| - PreventThrottlingScope(DocumentLifecycle&);
|
| - ~PreventThrottlingScope();
|
| + AllowThrottlingScope(DocumentLifecycle&);
|
| + ~AllowThrottlingScope();
|
| };
|
|
|
| DocumentLifecycle();
|
|
|