зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1460894 - Fix typo and copy constructor in GeckoRuntimeSettings r=jchen
MozReview-Commit-ID: 5ojPLTh1Z0I
This commit is contained in:
Родитель
8608aa5bfa
Коммит
4ea8668f02
|
@ -231,6 +231,7 @@ public final class GeckoRuntimeSettings implements Parcelable {
|
|||
|
||||
mNativeCrashReporting = settings.mNativeCrashReporting;
|
||||
mJavaCrashReporting = settings.mJavaCrashReporting;
|
||||
mDebugPause = settings.mDebugPause;
|
||||
}
|
||||
|
||||
/* package */ void flush() {
|
||||
|
@ -386,7 +387,7 @@ public final class GeckoRuntimeSettings implements Parcelable {
|
|||
|
||||
mNativeCrashReporting = ParcelableUtils.readBoolean(source);
|
||||
mJavaCrashReporting = ParcelableUtils.readBoolean(source);
|
||||
mJavaCrashReporting = ParcelableUtils.readBoolean(source);
|
||||
mDebugPause = ParcelableUtils.readBoolean(source);
|
||||
}
|
||||
|
||||
public static final Parcelable.Creator<GeckoRuntimeSettings> CREATOR
|
||||
|
|
Загрузка…
Ссылка в новой задаче