Closed Bug 904462 Opened 11 years ago Closed 11 years ago

Clean up warnings and errors when starting B2G on the mac

Categories

(Firefox OS Graveyard :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dougt, Assigned: dougt)

References

Details

Attachments

(1 file)

Attached patch aSplinter Review
Clean up warnings and errors when starting B2G on the mac
Attachment #789417 - Flags: review?(fabrice)
Comment on attachment 789417 [details] [diff] [review]
a

Review of attachment 789417 [details] [diff] [review]:
-----------------------------------------------------------------

r=me

::: b2g/chrome/content/forms.js
@@ +822,5 @@
>  // Get the visible content text of a content editable element
>  function getContentEditableText(element) {
> +  if (element == null) {
> +    return "";
> +  }

Remove that, we fixed it yesterday in another bug.
Attachment #789417 - Flags: review?(fabrice) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: