small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
git-svn-id: svn://10.0.0.236/trunk@79118 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "nsIDOMNodeList.h"
|
||||
#include "nsIDOMCharacterData.h"
|
||||
#include "nsIDOMNamedNodeMap.h"
|
||||
#include "nsIDOMSelection.h"
|
||||
#include "nsISelection.h"
|
||||
#include "nsIDOMRange.h"
|
||||
#include "nsHTMLEditorLog.h"
|
||||
#include "nsCOMPtr.h"
|
||||
@@ -958,7 +958,7 @@ nsHTMLEditorLog::PrintUnicode(const nsString &aString)
|
||||
nsresult
|
||||
nsHTMLEditorLog::PrintSelection()
|
||||
{
|
||||
nsCOMPtr<nsIDOMSelection> selection;
|
||||
nsCOMPtr<nsISelection> selection;
|
||||
nsresult result;
|
||||
PRInt32 rangeCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user