Merge f-t to m-c, a=merge

This commit is contained in:
Phil Ringnalda 2015-10-18 11:19:30 -07:00
commit d10e5964b9

View File

@ -103,6 +103,6 @@ function* selectWithElementPicker(inspector) {
executeInContent("Test:SynthesizeKey", {
key: "VK_RETURN",
options: {}
}, false);
}, {}, false);
yield inspector.once("inspector-updated");
}