| 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 279e9a0162a6726445ced7e5a6acb14705178288..434c6750e73d4e657e54125ac63940d3477c652f 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| @@ -81,9 +81,9 @@ public:
|
| ScriptPromise load(ScriptState*, const String& font, const String& text);
|
| ScriptPromise ready(ScriptState*);
|
|
|
| - void add(FontFace*, ExceptionState&);
|
| - void clear();
|
| - bool remove(FontFace*, ExceptionState&);
|
| + PassRefPtrWillBeRawPtr<FontFaceSet> addForBinding(ScriptState*, FontFace*, ExceptionState&);
|
| + void clearForBinding(ScriptState*, ExceptionState&);
|
| + bool deleteForBinding(ScriptState*, FontFace*, ExceptionState&);
|
| bool hasForBinding(ScriptState*, FontFace*, ExceptionState&) const;
|
|
|
| size_t size() const;
|
|
|