Chromium Code Reviews| Index: Source/core/css/FontFace.h |
| diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h |
| index 8259e31e2711fb71b0bdbe8c5d65fbfbdf1a0303..2d793ac2de439502f7d484d5b89c6c33f71686d5 100644 |
| --- a/Source/core/css/FontFace.h |
| +++ b/Source/core/css/FontFace.h |
| @@ -81,7 +81,7 @@ public: |
| String status() const; |
| - ScriptPromise load(ExecutionContext*); |
| + ScriptPromise load(ScriptState*); |
| LoadStatus loadStatus() const { return m_status; } |
| void setLoadStatus(LoadStatus); |