Bug 210096, part two - remove inIFileSearch interface and its implementation
patch by Shawn Wilsher <comrade693+bmo@gmail.com> r=db48x, sr=neil git-svn-id: svn://10.0.0.236/trunk@219253 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -167,7 +167,6 @@ static NS_DEFINE_CID(kWindowCommandTableCID, NS_WINDOWCOMMANDTABLE_CID);
|
||||
#include "inDeepTreeWalker.h"
|
||||
#include "inFlasher.h"
|
||||
#include "inCSSValueSearch.h"
|
||||
#include "inFileSearch.h"
|
||||
#include "inDOMUtils.h"
|
||||
#endif
|
||||
|
||||
@@ -380,7 +379,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(inDOMView)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(inDeepTreeWalker)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(inFlasher)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(inCSSValueSearch)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(inFileSearch)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(inDOMUtils)
|
||||
#endif
|
||||
|
||||
@@ -806,11 +804,6 @@ static const nsModuleComponentInfo gComponents[] = {
|
||||
"@mozilla.org/inspector/search;1?type=cssvalue",
|
||||
inCSSValueSearchConstructor },
|
||||
|
||||
{ "File Search",
|
||||
IN_FILESEARCH_CID,
|
||||
"@mozilla.org/inspector/search;1?type=file",
|
||||
inFileSearchConstructor },
|
||||
|
||||
{ "DOM Utils",
|
||||
IN_DOMUTILS_CID,
|
||||
"@mozilla.org/inspector/dom-utils;1",
|
||||
|
||||
Reference in New Issue
Block a user