DescriptionRefactor module initialization.
Previous implementation had three CoreInitializer methods: initEventNames,
initEventTargetNames, and initBindings, which were never called, and
ModulesInitializer contained identically named methods which were a
superset of the base class implementation. This change removes duplication
and separates core and modules initialization for a cleaner implementation.
This change doesn't fix 393728, but is a necessary refactoring for the
actual fix.
BUG=393728
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180130
Patch Set 1 #
Total comments: 6
Patch Set 2 : Removed one-line functions and added isInitialized #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|