commit | a15cd9cb7fad31b93cd44541993b69bd5d006582 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Jul 29 14:46:12 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 29 14:46:12 2015 -0700 |
tree | c5009872fc38ab29a8297f553d861e4f677c10cd | |
parent | 5479d3b5690c274bb53c78333c7c4d41cd5f9137 [diff] |
Remove WEBKIT_VERSION_MIN_REQUIRED and config.h. WebKit style guide (https://www.webkit.org/coding/coding-style.html) explicitly states: > All implementation files must #include "config.h" first. > Header files should never include "config.h". Also, it isn't currently being used. TBR=reed@google.com This just removes unused bits. Review URL: https://codereview.chromium.org/1256133004