| Index: third_party/WebKit/Source/core/css/FontFaceSet.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| index 2eea7902a428ecaa5016fcc1611a1c787ae51724..7e99e192bdca409c371ac61dafe647514ad78ef9 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| @@ -102,7 +102,7 @@ class FontFaceSet final : public EventTargetWithInlineData,
|
| // ActiveDOMObject
|
| void suspend() override;
|
| void resume() override;
|
| - void stop() override;
|
| + void contextDestroyed() override;
|
|
|
| static FontFaceSet* from(Document&);
|
| static void didLayout(Document&);
|
|
|