Browse Source

prot bug 1761242

Bill Gianopoulos 2 years ago
parent
commit
95d2010307

+ 26 - 0
comm-central/patches/9999999-port1761242-suite-100a1.patch

@@ -0,0 +1,26 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1648990178 0
+Bug 9999999 - Port 1761242 by including "nsAttrValue.h" in nsNetscapeProfileMigratorBase.h.
+
+diff --git a/suite/components/migration/src/nsSuiteProfileMigratorBase.h b/suite/components/migration/src/nsSuiteProfileMigratorBase.h
+--- a/suite/components/migration/src/nsSuiteProfileMigratorBase.h
++++ b/suite/components/migration/src/nsSuiteProfileMigratorBase.h
+@@ -1,16 +1,17 @@
+ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+ /* This Source Code Form is subject to the terms of the Mozilla Public
+  * License, v. 2.0. If a copy of the MPL was not distributed with this
+  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+ 
+ #ifndef nsSuiteProfileMigratorBase___h___
+ #define nsSuiteProfileMigratorBase___h___
+ 
++#include "nsAttrValue.h"
+ #include "nsIFile.h"
+ #include "nsIMutableArray.h"
+ #include "nsTArray.h"
+ #include "nsITimer.h"
+ #include "nsIObserverService.h"
+ #include "nsISuiteProfileMigrator.h"
+ #include "nsSuiteMigrationCID.h"
+ 

+ 1 - 0
comm-central/patches/series

@@ -1,3 +1,4 @@
+9999999-port1761242-suite-100a1.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch