commit | 327e3ac66da7b67dadf16e93dc3a8bb5ecf0efd0 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Thu Sep 15 12:47:48 2011 +0100 |
committer | Ben Murdoch <benm@google.com> | Thu Sep 15 13:00:43 2011 +0100 |
tree | 95bcec242cdc6b78d81148c17981d196492742c5 | |
parent | ef4a243155bec06dfa88039e3b76f5709f014993 [diff] |
Fix WebStorageSizeManagerUnitTest NPE Previously we passed a null Context into the WebStorageSizeManager from the unit test. After the refactoring to get the application context from the passed in Context, this no longer works. So pass in a valid Context. (See Ib0be5f8c for the regression) Bug: 5319628 Change-Id: I691e2edb0a4174076c7599525569d104a83d3442