Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
index e845277f803330bf56353c3015a89f9505a3e593..b5ce1858e5ca209ecaf2138de04dff55ccd5305a 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -107,6 +107,9 @@ class XMLHttpRequest; |
void activeStyleSheetsUpdated([Keep] Document*); |
[CSS] |
+ void fontsUpdated(Document*); |
+ |
+ [CSS] |
void mediaQueryResultChanged(Document*); |
[DOM] |