am 515134e8: am c7969dea: Merge "Fix obsolete API reference" into klp-dev
* commit '515134e88c0c1cdfb06a1ec22946554d2d98c8d2':
Fix obsolete API reference
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java
index 066fc9a..47f1c6f 100644
--- a/core/java/android/webkit/WebView.java
+++ b/core/java/android/webkit/WebView.java
@@ -1108,7 +1108,7 @@
* returned object.
*
* @deprecated Use {@link #onDraw} to obtain a bitmap snapshot of the WebView, or
- * {@link #saveWebArchive} or {@link #exportToPdf} to save the content to a file.
+ * {@link #saveWebArchive} to save the content to a file.
*
* @return a picture that captures the current contents of this WebView
*/