DescriptionMake XPathFunction map use non-static table of FunctionMapping
The functionMap is already a global static variable. The createFunction has a check
which makes the method createFunction being called only once. Hence there is no need
of this function table to be a static table.
This reduces the bss size on linux by 656 bytes
R=haraken
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201638
Patch Set 1 #
Total comments: 1
Messages
Total messages: 10 (3 generated)
|