Commit 9b4ac109 authored by peterv%netscape.com's avatar peterv%netscape.com
Browse files

Fix for 106586 (Inappropriate source into the plaintext copy.) r=heikki, sr=jst.

parent 90e4dc76
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -152,7 +152,11 @@ public:

    // Output the content of noscript elements (only for serializing
    // to plaintext).
    OutputNoScriptContent = 2048
    OutputNoScriptContent = 2048,

    // Output the content of noframes elements (only for serializing
    // to plaintext).
    OutputNoFramesContent = 4096
  };

  /**