Bug 780618 - Move all error codes to nsError.h; r=ehsan

This commit is contained in:
Aryeh Gregor
2012-07-27 17:03:27 +03:00
parent 2af5b12745
commit 691ef24b2a
292 changed files with 1473 additions and 1657 deletions

View File

@@ -18,12 +18,11 @@
#include "jsapi.h"
#include "nsChannelPolicy.h"
#include "nsContentErrors.h"
#include "nsError.h"
#include "nsContentPolicyUtils.h"
#include "nsContentUtils.h"
#include "nsDocShellCID.h"
#include "nsISupportsPrimitives.h"
#include "nsNetError.h"
#include "nsNetUtil.h"
#include "nsScriptLoader.h"
#include "nsStringGlue.h"
@@ -35,8 +34,6 @@
#include "WorkerFeature.h"
#include "WorkerPrivate.h"
#include "nsDOMError.h"
#define MAX_CONCURRENT_SCRIPTS 1000
USING_WORKERS_NAMESPACE