DescriptionDrop redundant null checks in SVGListPropertyTearOffHelper
All interfaces that use this code has [TypeChecking=Interface] so the
generated code will do type checking and throw exceptions on invalid
arguments. The error handling code removed here could thus never trigger.
This patch depends on these fixes for indexed setter type checking:
https://codereview.chromium.org/862403002/
https://codereview.chromium.org/871443002/
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188821
Patch Set 1 #Patch Set 2 : add some tests #Patch Set 3 : fix tests and expectations #Messages
Total messages: 8 (3 generated)
|