diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-10-27 15:59:12 +0200 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-10-27 17:10:42 +0200 |
commit | 6d6a68b5b1319fc4a43fe824046ae3b67e2ae85d (patch) | |
tree | e7b68b41a8ad9b6eb20957e610cf9bd66a0c882b /components/script/dom/htmldirectoryelement.rs | |
parent | d21657a9e5cfdb858c1a99a246001ceac05bb982 (diff) | |
download | servo-6d6a68b5b1319fc4a43fe824046ae3b67e2ae85d.tar.gz servo-6d6a68b5b1319fc4a43fe824046ae3b67e2ae85d.zip |
Support multi lines declarations in the parsing of the Fx header files
For example, in dom/base/nsGkAtomList.h, we currently have:
GK_ATOM(mouseWheel, "mouseWheel") // For discrete wheel events (e.g. not OSX magic mouse)
but if we change to
GK_ATOM(mouseWheel,
"mouseWheel") // For discrete wheel events (e.g. not OSX magic mouse)
The parser didn't handle the declaration
Diffstat (limited to 'components/script/dom/htmldirectoryelement.rs')
0 files changed, 0 insertions, 0 deletions