Bug 895274 part.69 Rename NS_FOCUS_CONTENT to eFocus r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-02 15:08:00 +09:00
parent 530aae5440
commit a5253572f6
15 changed files with 35 additions and 42 deletions

View File

@@ -216,7 +216,7 @@ HTMLObjectElement::HandleFocusBlurPlugin(Element* aElement,
return;
}
switch (aEvent->mMessage) {
case NS_FOCUS_CONTENT: {
case eFocus: {
OnFocusBlurPlugin(aElement, true);
break;
}