DescriptionSet correct class name for interfaces with disabled partials
If an runtime enabled interface was disabled, we'd initialize its
v8::FunctionTemplate's class name to the empty string. We'd also do this
if a runtime enabled *partial* interface was disabled, even though the
interface as a whole was enabled, which is clearly wrong.
As a simple fix, simply always set the interface's real name. If the
interface is disabled, it won't matter what it's set to anyway.
BUG=475830
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194937
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|