)]}'
{
  "commit": "904411d517c050de0a08744be7f85f1c40ef4f7c",
  "tree": "ca157b607e166216a0a9a0ec7938f7f4c4c24464",
  "parents": [
    "2f628a206b54cdf0d53e25c9330477ec45839888"
  ],
  "author": {
    "name": "Roberto Lublinerman",
    "email": "rluble@google.com",
    "time": "Mon Sep 14 18:19:37 2015 -0700"
  },
  "committer": {
    "name": "Goktug Gokdogan",
    "email": "goktug@google.com",
    "time": "Mon Sep 14 20:43:19 2015 -0700"
  },
  "message": "Allow safe inlining in the main scope and fix a subtle bug.\n\nJsInliner would not hoist a variable if it only appeared in a\nvar definition, i.e.\n\n  f() { var a \u003d g(); }\n  caller() { f(); };\n\nwould was inlined as\n\n  caller() { a \u003d g(); }\n\nAlso, this patch removes a hack that allowed inlining only in the scope\nof certain function calls. It nows allows inlining in the global scope\nas long as no variables are extruded.\n\nChange-Id: I44fd3101bd3c9b420bb12b0a2630ee8068e08054\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "11483a5f7148746e25a9286466354da5da551171",
      "old_mode": 33188,
      "old_path": "dev/core/src/com/google/gwt/dev/js/JsInliner.java",
      "new_id": "181d331354c77e37fc277eb8cdbbe0c207bcb2a0",
      "new_mode": 33188,
      "new_path": "dev/core/src/com/google/gwt/dev/js/JsInliner.java"
    },
    {
      "type": "modify",
      "old_id": "52fdba34e5d0e94edfd0acb33106a864d761e154",
      "old_mode": 33188,
      "old_path": "dev/core/test/com/google/gwt/dev/js/JsInlinerTest.java",
      "new_id": "c9cc1be187ebd6b34ec998ec12dc99a9b564e093",
      "new_mode": 33188,
      "new_path": "dev/core/test/com/google/gwt/dev/js/JsInlinerTest.java"
    }
  ]
}
