DescriptionRemove useless override of executionContext() in HTMLMediaElement
Remove useless override of executionContext() in HTMLMediaElement. This was
previously done to remove ambiguity because HTMLMediaElement inherited two
implementations of executionContext() from its base classes (Node and
ActiveDOMObject). This CL gets rid of the override and uses a "using"
statement instead to remove ambiguity, which is the proper way to do this.
The executionContext() override in Node can now be marked as FINAL as a
result.
R=tkent@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176167
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|