Commit 7eb5bb21 authored by Dan Beam's avatar Dan Beam

Fix closure compile error.

TBR=yoshiki@chromium.org
BUG=none
TEST=green closure bot

Review URL: https://codereview.chromium.org/1003283003

Cr-Commit-Position: refs/heads/master@{#322107}
parent 7d908936
......@@ -194,8 +194,8 @@ test.util.sync.queryAllElements = function(
* @param {?string} iframeQuery Iframe selector or null if no iframe.
* @param {Array.<string>=} opt_styleNames List of CSS property name to be
* obtained.
* @return {{attributes:Object.<string, string>, text:string,
* styles:Object.<string, string>, hidden:boolean}=} Element
* @return {?{attributes:Object.<string, string>, text:string,
* styles:Object.<string, string>, hidden:boolean}} Element
* information that contains contentText, attribute names and
* values, hidden attribute, and style names and values. If there is no
* active element, returns null.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment