| Index: Source/core/page/EventSource.h
|
| diff --git a/Source/core/page/EventSource.h b/Source/core/page/EventSource.h
|
| index bf54cc4bb624fd4a7404d34e1f3aadec787693c4..17b5448c473220291c0a99834c78b4cdb5cbe881 100644
|
| --- a/Source/core/page/EventSource.h
|
| +++ b/Source/core/page/EventSource.h
|
| @@ -80,7 +80,7 @@ public:
|
|
|
| // ActiveDOMObject
|
| //
|
| - // Note: suspend() is noop since PageGroupLoadDeferrer calls
|
| + // Note: suspend() is noop since ScopedPageLoadDeferrer calls
|
| // Page::setDefersLoading() and it defers delivery of events from the
|
| // loader, and therefore the methods of this class for receiving
|
| // asynchronous events from the loader won't be invoked.
|
|
|