Fix breakages in https://codereview.chromium.org/1155713003/
[chromium-blink-merge.git] / ios / third_party / blink / README.chromium
blob89a345419ac030f4e2a88289b906a259ec45aa7e
1 Name: blink HTMLTokenizer
2 Short Name: blink
3 URL: http://www.chromium.org/blink
4 Version: commit 2e924d852a814dee5efde8deb412a70a4d90c5c7
5 License: BSD License
6 Security Critical: yes
8 Description:
9 The HTMLTokenizer and associated classes from blink handle tokenizing HTML
10 content into runtime usable data structures.
12 Local Modifications:
13 The blink code was used as a starting point and heavily modified to remove
14 unnecessary code, dependancies on WTF, and dependencies on GPL code.