| Index: content/public/android/java/src/org/chromium/content/browser/input/PastePopupMenu.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/input/PastePopupMenu.java b/content/public/android/java/src/org/chromium/content/browser/input/PastePopupMenu.java
|
| index 5e4ca3b031837b1d36239ef85a60f74448f5daeb..2c53784f7447a080a83b2148b1aa5ff51cbc9428 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/input/PastePopupMenu.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/input/PastePopupMenu.java
|
| @@ -159,8 +159,8 @@ public class PastePopupMenu implements OnClickListener {
|
| private void updateContent() {
|
| if (mPasteView == null) {
|
| final int layout = mPasteViewLayout;
|
| - LayoutInflater inflater = (LayoutInflater) mContext.
|
| - getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
| + LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(
|
| + Context.LAYOUT_INFLATER_SERVICE);
|
| if (inflater != null) {
|
| mPasteView = inflater.inflate(layout, null);
|
| }
|
|
|