Closed
Bug 1127690
Opened 11 years ago
Closed 11 years ago
[flatfish] build break in gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(firefox38 fixed)
RESOLVED
FIXED
2.2 S5 (6feb)
| Tracking | Status | |
|---|---|---|
| firefox38 | --- | fixed |
People
(Reporter: dliang, Assigned: sku)
References
Details
Attachments
(1 file, 2 obsolete files)
Below is error message:
In file included from Unified_cpp_dom_system_gonk0.cpp:38:0:
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp: In member function 'virtual nsresult GonkGPSGeolocationProvider::Startup()':
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:874:7: error: 'mObservingSettingsChange' was not declared in this scope
mObservingSettingsChange = true;
^
In file included from Unified_cpp_dom_system_gonk0.cpp:38:0:
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp: In member function 'virtual nsresult GonkGPSGeolocationProvider::Shutdown()':
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:941:7: error: 'mObservingSettingsChange' was not declared in this scope
mObservingSettingsChange = false;
^
In file included from Unified_cpp_dom_system_gonk0.cpp:38:0:
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp: In member function 'virtual nsresult GonkGPSGeolocationProvider::Observe(nsISupports*, const char*, const char16_t*)':
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1074:41: error: 'kSettingRilDefaultServiceId' was not declared in this scope
} else if (setting.mKey.EqualsASCII(kSettingRilDefaultServiceId)) {
^
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1076:57: error: 'IsValidRilServiceId' was not declared in this scope
!IsValidRilServiceId(setting.mValue.toNumber())) {
^
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1080:7: error: 'mRilDataServiceId' was not declared in this scope
mRilDataServiceId = setting.mValue.toNumber();
^
../../../../gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp:1081:28: error: 'UpdateRadioInterface' was not declared in this scope
UpdateRadioInterface();
| Reporter | ||
Comment 1•11 years ago
|
||
Hi Sku,
The build break might be caused by your commit, could you help to check it?
commit 32fc68464e9007d8c9248d09d22d7a319501897f
Author: Shawn Ku <sku@mozilla.com>
Date: Mon Jan 19 10:51:57 2015 +0800
Bug 878748 - [dolphin] B2G GPS: acquire correct RadioInterface instance in MultiSIM configuration. r=KanRu.
Flags: needinfo?(sku)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → sku
Flags: needinfo?(sku)
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8557035 -
Flags: review?(kchen)
Updated•11 years ago
|
Attachment #8557035 -
Flags: review?(kchen) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8556848 -
Attachment is obsolete: true
Attachment #8557035 -
Attachment is obsolete: true
Attachment #8557690 -
Flags: review+
| Assignee | ||
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S5 (6feb)
You need to log in
before you can comment on or make changes to this bug.
Description
•