Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1067788 - Fix non-unified bustage. r=ehsan
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Jun 4, 2015
1 parent c2a476f commit 383994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/libeditor/nsTextEditRules.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class nsTextEditRules : public nsIEditRules, public nsITimerCallback
nsresult CreateMozBR(nsIDOMNode* inParent, int32_t inOffset,
nsIDOMNode** outBRNode = nullptr);

void UndefineCaretBidiLevel(Selection* aSelection);
void UndefineCaretBidiLevel(mozilla::dom::Selection* aSelection);

nsresult CheckBidiLevelForDeletion(mozilla::dom::Selection* aSelection,
nsIDOMNode *aSelNode,
Expand Down

0 comments on commit 383994f

Please sign in to comment.