Skip to content
Snippets Groups Projects
Commit f164f485 authored by ajwong@chromium.org's avatar ajwong@chromium.org
Browse files

Reapply 53892 with ARM build fix as suggested by Kobic.

For some reason, the ARM g++ thinks that comparing a pointer to a class
method against NULL is using NULL for arithemtic.  Switching to compare
against 0 makes this go away.  TODO added to investigate what is going on.

Original Review URL: http://codereview.chromium.org/3064009

TBR: hclam@chromium.org
BUG=50248
TEST=reproed locally with CodeSourcery g++ and verified change fixed things.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54083 0039d316-1c4b-4281-b951-d872f2087c98
parent f4dafe02
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment