Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / Context.js
index 16230c9..fa31c4a 100644 (file)
@@ -91,11 +91,11 @@ WebInspector.Context.prototype = {
     },
 
     /**
-     * @return {!Array.<function(new:Object, ...)>}
+     * @return {!Set.<function(new:Object, ...)>}
      */
     flavors: function()
     {
-        return this._flavors.keys();
+        return new Set(this._flavors.keys());
     },
 
     /**