Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: third_party/protobuf/js/debug_test.js

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/js/debug.js ('k') | third_party/protobuf/js/gulpfile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/js/debug_test.js
diff --git a/third_party/protobuf/js/debug_test.js b/third_party/protobuf/js/debug_test.js
index 01cbf891ab50971e36e8908841b9e451f8a8d4be..702cc76e90a26ff616aeb2937480f08c66929168 100644
--- a/third_party/protobuf/js/debug_test.js
+++ b/third_party/protobuf/js/debug_test.js
@@ -65,7 +65,7 @@ describe('debugTest', function() {
'aBoolean': true
}, jspb.debug.dump(message));
- message.setAString(undefined);
+ message.clearAString();
assertObjectEquals({
$name: 'proto.jspb.test.Simple1',
« no previous file with comments | « third_party/protobuf/js/debug.js ('k') | third_party/protobuf/js/gulpfile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698