Skip to content

Commit

Permalink
One last refactoring before fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbles231 committed Sep 18, 2016
1 parent 883902b commit 7986423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/dom/activation.rs
Expand Up @@ -31,7 +31,7 @@ pub trait Activatable {
fn activation_behavior(&self, event: &Event, target: &EventTarget);

// https://html.spec.whatwg.org/multipage/#implicit-submission
fn implicit_submission(&self, ctrlKey: bool, shiftKey: bool, altKey: bool, metaKey: bool);
fn implicit_submission(&self, ctrl_key: bool, shift_key: bool, alt_key: bool, meta_key: bool);

// https://html.spec.whatwg.org/multipage/#concept-selector-active
fn enter_formal_activation_state(&self) {
Expand Down

0 comments on commit 7986423

Please sign in to comment.