0
Files
src/ios
eugenebut 02176404cf [ios] Use square brackets syntax for nulling out toJSON property.
Closure reports an error for the old code:

../../ios/web/web_state/js/resources/common.js:40: ERROR - assignment to
property toJSON of __gCrWeb.common.JSONSafeObject.prototype
found   : null
required: function (this:Object, string=): *
  __gCrWeb.common.JSONSafeObject.prototype.toJSON = null;
  ^

BUG=None

Review-Url: https://codereview.chromium.org/2475643003
Cr-Commit-Position: refs/heads/master@{#429702}
2016-11-03 21:44:05 +00:00
..
2016-09-14 20:23:21 +00:00
2016-09-14 20:23:21 +00:00
2016-10-12 22:50:40 +00:00

This directory holds code related to the iOS port of Chromium. See
https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase
for a description of the structure underneath this directory.