File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/com/google/javascript/jscomp/resources Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ Storage.prototype.clear = function() {};
6767function WindowSessionStorage ( ) { }
6868
6969/**
70- * @type {Storage }
70+ * @type {! Storage }
7171 */
7272WindowSessionStorage . prototype . sessionStorage ;
7373
7474/**
7575 * Window implements WindowSessionStorage
7676 *
77- * @type {Storage }
77+ * @type {! Storage }
7878 */
7979Window . prototype . sessionStorage ;
8080
@@ -85,14 +85,14 @@ Window.prototype.sessionStorage;
8585function WindowLocalStorage ( ) { }
8686
8787/**
88- * @type {Storage }
88+ * @type {! Storage }
8989 */
9090WindowLocalStorage . prototype . localStorage ;
9191
9292/**
9393 * Window implements WindowLocalStorage
9494 *
95- * @type {Storage }
95+ * @type {! Storage }
9696 */
9797Window . prototype . localStorage ;
9898
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments