Refactor 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 Review URL: https://codereview.chromium.org/464043002 git-svn-id: svn://svn.chromium.org/blink/trunk@180130 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment