Commit f3776026 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Apply snake_case to EventAliases.json5.

The new name is event_interface_aliases.json5 to make sure that it's not
for event type names.

This CL has no behavior changes.

Bug: 770603
Change-Id: I53fb2ab332ed004296dcfa7f70d5504deef14b43
Reviewed-on: https://chromium-review.googlesource.com/965681Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543623}
parent 6ade5a84
......@@ -1256,7 +1256,7 @@ process_json5_files("make_core_generated_svg_element_type_helpers") {
make_event_factory("make_core_generated_event_factory") {
in_files = [
"$blink_core_output_dir/event_names.json5",
"events/EventAliases.json5",
"events/event_interface_aliases.json5",
]
outputs = [
"$blink_core_output_dir/event_factory.cc",
......
{
// Aliases for event interface names. They can be used for
// document.createEvent() argument.
// https://dom.spec.whatwg.org/#dom-document-createevent
data: [
// Aliases
{
name: "WebKitAnimationEvent",
ImplementedAs: "AnimationEvent",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment