From 87745ce21fe3f65b8cf7a92372c24227821318d3 Mon Sep 17 00:00:00 2001 From: John Reck Date: Tue, 30 Nov 2010 14:00:54 -0800 Subject: [PATCH] WebStorage public API change Bug: 3241140 Adds generic type parameters to the Map in the getOrigins method and makes WebStorage.Origin class public. Change-Id: I20e38d294486126f4719bad5fa99f5e3320a1026 --- api/current.xml | 42 ++++++++++++++++++++++++ core/java/android/webkit/WebStorage.java | 14 ++++---- 2 files changed, 49 insertions(+), 7 deletions(-) diff --git a/api/current.xml b/api/current.xml index 6371a3222240f..db471c9943647 100644 --- a/api/current.xml +++ b/api/current.xml @@ -233932,6 +233932,48 @@ + + + + + + + +