DescriptionComponentization: add toV8(void*,...) to check function overload mismatch.
Added toV8(void*,...) without any definition to find function overload
mismatch.
The toV8(void*,...) should be never used. So if we see any unresolved
symbols: toV8(void*,...), we will know that we have bugs.
If we don't have toV8(void*,...), such buggy code will use toV8(bool,...).
This makes it a little difficult for us to find the bugs.
BUG=358074
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194789
Patch Set 1 #
Total comments: 4
Patch Set 2 : Move #include "DOMException" to SyncError.h, PushError.h #Patch Set 3 : Added comment #
Messages
Total messages: 16 (5 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||