| Index: third_party/WebKit/Source/core/dom/DocumentParserClient.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParserClient.h b/third_party/WebKit/Source/core/dom/DocumentParserClient.h
|
| index 7ceea72119e709def130d1bf68548672c343b4a0..77bd823d7ccd1a3141222da847ea8462af515d20 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentParserClient.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentParserClient.h
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace blink {
|
|
|
| -class DocumentParserClient : public WillBeGarbageCollectedMixin {
|
| +class DocumentParserClient : public GarbageCollectedMixin {
|
| public:
|
| // This callback is called when all data pushed to parser has been consumed.
|
| virtual void notifyParserStopped() = 0;
|
|
|