| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index bc6a55fa0e2bac0d8b016d668d6e7f7071004230..ec933ed0215df2402ed1e719e6fd33a5952bc56a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -219,3 +219,4 @@ Document implements GlobalEventHandlers;
|
| Document implements ParentNode;
|
| Document implements NonElementParentNode;
|
| Document implements DocumentOrShadowRoot;
|
| +Document implements FontFaceSource;
|
|
|