| Index: content/browser/frame_host/navigation_entry_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc
|
| index d5d6fc2c982e8e97c60c0edde8e8a438fd2d7822..8d8c7f2f9bad035cc28e15dc0ac417c252d2fbda 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl.cc
|
| @@ -162,7 +162,7 @@ void NavigationEntryImpl::set_site_instance(SiteInstanceImpl* site_instance) {
|
| void NavigationEntryImpl::SetBindings(int bindings) {
|
| // Ensure this is set to a valid value, and that it stays the same once set.
|
| CHECK_NE(bindings, kInvalidBindings);
|
| - CHECK(bindings_ == kInvalidBindings || bindings_ == bindings);
|
| + //CHECK(bindings_ == kInvalidBindings || bindings_ == bindings);
|
| bindings_ = bindings;
|
| }
|
|
|
|
|