diff --git a/core/xml.js b/core/xml.js index cd5b9ebb9..7d85cca86 100644 --- a/core/xml.js +++ b/core/xml.js @@ -529,7 +529,7 @@ exports.domToWorkspace = domToWorkspace; * Decode an XML DOM and create blocks on the workspace. Position the new * blocks immediately below prior blocks, aligned by their starting edge. * @param {!Element} xml The XML DOM. - * @param {!Workspace} workspace The workspace to add to. + * @param {!WorkspaceSvg} workspace The workspace to add to. * @return {!Array} An array containing new block IDs. * @alias Blockly.Xml.appendDomToWorkspace */