| Index: Source/core/css/FontFace.h
|
| diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h
|
| index 5379cffbfbdc7b6a5ba4b52581d9a9acda6d7df0..06c0d85be0b85112cf804a842eaef149cd8000cd 100644
|
| --- a/Source/core/css/FontFace.h
|
| +++ b/Source/core/css/FontFace.h
|
| @@ -81,8 +81,7 @@ public:
|
|
|
| String status() const;
|
|
|
| - void load(ExecutionContext*);
|
| - ScriptPromise ready(ExecutionContext*);
|
| + ScriptPromise load(ExecutionContext*);
|
|
|
| LoadStatus loadStatus() const { return m_status; }
|
| void setLoadStatus(LoadStatus);
|
|
|