Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / ActionRegistry.js
index 5e82f9f..cc55ce8 100644 (file)
@@ -26,7 +26,7 @@ WebInspector.ActionRegistry.prototype = {
             var actionId = extension.descriptor()["actionId"];
             console.assert(actionId);
             console.assert(!this._actionsById.get(actionId));
-            this._actionsById.put(actionId, extension);
+            this._actionsById.set(actionId, extension);
         }
     },