)]}'
{
  "commit": "27e35a861aac4652aa044ab3b3c4e1b0d620a5fc",
  "tree": "339784c4dff58f10bf1fb361c861ee63e98c80af",
  "parents": [
    "b44bac50e1412fe34457459904b8784c489d04b6"
  ],
  "author": {
    "name": "Nico Weber",
    "email": "thakis@chromium.org",
    "time": "Wed Jul 16 11:07:33 2014 -0700"
  },
  "committer": {
    "name": "Nico Weber",
    "email": "thakis@chromium.org",
    "time": "Wed Jul 16 11:07:33 2014 -0700"
  },
  "message": "Remove uninitialized const global g_GbFontNameMap.\n\nC++11 makes uninitialized const PODs an error, because they contain\nuninitialized memory (they\u0027re uninitialized that can never be initialized\n(because they\u0027re const).\n\nIn this case, the memory was only used by _GetSubFontName() if the lang\nparameter was 1, but _GetSubFontName() is only called from one place, with\na lang parameter of 0. So remove _GetSubFontName()\u0027s lang parameter too.\n\n(Using bsearch for searching an array that always has exactly 2 entries is\noverkill too, but I\u0027m trying to keep the diff small.)\n\nNo intended behavior change. Fixes this error on the clang/win bot:\n..\\..\\third_party\\pdfium\\core\\src\\fxge\\win32\\fx_win32_device.cpp(207,20) :  error(clang): default initialization of an object of const type \u0027const _FontNameMap [1]\u0027\nconst _FontNameMap g_GbFontNameMap[1];\n                   ^\n\nBUG\u003dchromium:82385\nR\u003dbo_xu@foxitsoftware.com\n\nReview URL: https://codereview.chromium.org/369343003\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9c03a30837e569a3882c60c5ca2e673472f61459",
      "old_mode": 33188,
      "old_path": "core/src/fxge/win32/fx_win32_device.cpp",
      "new_id": "044468ff05d6fe070026bdfd60db14dfa784d93b",
      "new_mode": 33188,
      "new_path": "core/src/fxge/win32/fx_win32_device.cpp"
    }
  ]
}
