| Index: third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| index 286edf3a22f79e57837ec288112415ba804bcb88..3ec5ea75518d14cd06915752c2fdefa0172f3a45 100644
|
| --- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| +++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
|
| @@ -37,8 +37,8 @@ class CORE_EXPORT ActiveDOMObject : public ContextLifecycleObserver {
|
| public:
|
| ActiveDOMObject(ExecutionContext*);
|
|
|
| - // suspendIfNeeded() should be called exactly once after object construction to synchronize
|
| - // the suspend state with that in ExecutionContext.
|
| + // suspendIfNeeded() should be called exactly once after object construction
|
| + // to synchronize the suspend state with that in ExecutionContext.
|
| void suspendIfNeeded();
|
| #if DCHECK_IS_ON()
|
| bool suspendIfNeededCalled() const { return m_suspendIfNeededCalled; }
|
|
|