Index: content/renderer/render_frame_impl.cc |
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc |
index 8887a3dd1ac3e86347b1e38ce81d5d8d7f304b94..20adcbef7a1207d257468601bfafd73ed5bb572c 100644 |
--- a/content/renderer/render_frame_impl.cc |
+++ b/content/renderer/render_frame_impl.cc |
@@ -2049,7 +2049,7 @@ void RenderFrameImpl::JavaScriptIsolatedWorldRequest::completed( |
if (notify_result_) { |
base::ListValue list; |
- if (!result.isEmpty()) { |
+ if (!result.empty()) { |
// It's safe to always use the main world context when converting |
// here. V8ValueConverterImpl shouldn't actually care about the |
// context scope, and it switches to v8::Object's creation context |