Commit 10bc27ad authored by orenb@chromium.org's avatar orenb@chromium.org

Removed unnecessary DCHECK on entry

Addresses discussion in code review iossue 10828025.


BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10821039

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148598 0039d316-1c4b-4281-b951-d872f2087c98
parent cb44cbed
...@@ -332,7 +332,6 @@ int SparseControl::ReadyToUse(const CompletionCallback& callback) { ...@@ -332,7 +332,6 @@ int SparseControl::ReadyToUse(const CompletionCallback& callback) {
// Static // Static
void SparseControl::DeleteChildren(EntryImpl* entry) { void SparseControl::DeleteChildren(EntryImpl* entry) {
DCHECK(entry);
DCHECK(entry->GetEntryFlags() & PARENT_ENTRY); DCHECK(entry->GetEntryFlags() & PARENT_ENTRY);
int data_len = entry->GetDataSize(kSparseIndex); int data_len = entry->GetDataSize(kSparseIndex);
if (data_len < static_cast<int>(sizeof(SparseData)) || if (data_len < static_cast<int>(sizeof(SparseData)) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment