Index: chrome/common/extensions/api/input_ime.json |
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json |
index 2c7a5255dcbb6244d17e5188c2c58e02708587a1..f21cd393fa1d97477c9170e9e8173bdb5000c8f1 100644 |
--- a/chrome/common/extensions/api/input_ime.json |
+++ b/chrome/common/extensions/api/input_ime.json |
@@ -435,7 +435,7 @@ |
"description": "This event is sent when focus enters a text box. It is sent to all extensions that are listening to this event, and enabled by the user.", |
"parameters": [ |
{ |
- "type": "InputContext", |
+ "$ref": "InputContext", |
"name": "context", |
"description": "Describes the text field that has acquired focus." |
} |
@@ -459,7 +459,7 @@ |
"description": "This event is sent when the properties of the current InputContext change, such as the the type. It is sent to all extensions that are listening to this event, and enabled by the user.", |
"parameters": [ |
{ |
- "type": "InputContext", |
+ "$ref": "InputContext", |
"name": "context", |
"description": "An InputContext object describing the text field that has changed." |
} |
@@ -482,7 +482,7 @@ |
"description": "ID of the engine receiving the event" |
}, |
{ |
- "type": "KeyboardEvent", |
+ "$ref": "KeyboardEvent", |
"name": "keyData", |
"description": "Data on the key event" |
} |