Commit f9be1870 authored by Jonathan Watt's avatar Jonathan Watt
Browse files

Bug 1220822 follow-up - Fix typo in nsINode::OwnerDoc() documention. r=mats

MozReview-Commit-ID: Gs9p5UTjqZQ
parent 1471e61b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -486,7 +486,7 @@ public:
   *
   * https://dom.spec.whatwg.org/#dom-node-ownerdocument
   *
   * For all other cases GetOwnerDoc and GetOwnerDocument behave identically.
   * For all other cases OwnerDoc and GetOwnerDocument behave identically.
   */
  nsIDocument *OwnerDoc() const
  {